.hero {
  --brand-teal: #00e5a0;
  --brand-cyan: #4cc9ff;
  --brand-dark: #070b12;
  position: relative;
  min-height: 100vh;
  background: var(--brand-dark);
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.hero__orb--1 {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(0, 229, 160, 0.28) 0%, rgba(0, 229, 160, 0.08) 45%, transparent 70%);
}

.hero__orb--2 {
  width: 440px;
  height: 440px;
  bottom: -100px;
  left: -60px;
  background: radial-gradient(circle, rgba(76, 201, 255, 0.22) 0%, rgba(56, 189, 248, 0.06) 50%, transparent 72%);
}

.hero__orb--3 {
  width: 320px;
  height: 320px;
  top: 42%;
  left: 48%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(95, 255, 208, 0.12) 0%, transparent 68%);
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 229, 160, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 201, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 85% 75% at 55% 35%, black 15%, transparent 78%);
}

.hero__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--brand-dark), var(--brand-dark)) padding-box,
    linear-gradient(135deg, rgba(0, 229, 160, 0.45), rgba(76, 201, 255, 0.15)) border-box;
  opacity: 0.35;
}

.hero__ring--1 {
  width: 280px;
  height: 280px;
  top: 18%;
  right: 12%;
  animation: heroFloat 12s ease-in-out infinite;
}

.hero__ring--2 {
  width: 180px;
  height: 180px;
  bottom: 16%;
  right: 28%;
  opacity: 0.22;
  animation: heroFloat 9s ease-in-out infinite reverse;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 11, 18, 0.15) 55%, rgba(7, 11, 18, 0.85) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 40px 0 80px;
}

.hero__content {
  flex: 1;
  max-width: 720px;
}

.hero__badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00e5a0;
  background: rgba(0, 229, 160, 0.1);
  border: 1px solid rgba(0, 229, 160, 0.25);
  margin-bottom: 24px;
}

.hero__title .s1 {
  font-family: var(--robit-trial);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 0.95;
  background: linear-gradient(135deg, #fff 0%, #00e5a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__title .s2 {
  font-family: var(--robit-trial);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 0.95;
  color: #fff;
}

.hero__title .s3 {
  font-family: var(--steelfish);
  font-size: 48px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  margin-top: 12px;
}

.hero__subtitle {
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  max-width: 520px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  padding: 16px 36px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #00e5a0, #0ea5e9);
  color: #070b12;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 32px rgba(0, 229, 160, 0.25);
}

.hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 229, 160, 0.35);
}

.hero__cta img {
  filter: invert(1);
  width: 20px;
}

.hero__visual {
  position: relative;
  flex-shrink: 0;
  width: 420px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.hero__glow--1 {
  width: 280px;
  height: 280px;
  background: rgba(0, 229, 160, 0.2);
  top: 10%;
  right: 10%;
}

.hero__glow--2 {
  width: 200px;
  height: 200px;
  background: rgba(56, 189, 248, 0.15);
  bottom: 15%;
  left: 5%;
}

.swap-card {
  position: relative;
  width: 100%;
  max-width: 380px;
  background: rgba(10, 18, 28, 0.72);
  border: 1px solid rgba(0, 229, 160, 0.22);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(24px);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(0, 229, 160, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.swap-card__header {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.swap-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.swap-card__row {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
}

.swap-card__token {
  display: flex;
  align-items: center;
  gap: 14px;
}

.swap-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.swap-card__icon--eth {
  background: linear-gradient(135deg, #627eea, #8b9ff5);
  color: #fff;
}

.swap-card__icon--usdt {
  background: linear-gradient(135deg, #26a17b, #50c878);
  color: #fff;
}

.swap-card__label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.swap-card__amount {
  font-size: 22px;
  font-weight: 700;
  margin-top: 2px;
}

.swap-card__divider {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.swap-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00e5a0, #0ea5e9);
  color: #070b12;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.swap-card__footer {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  color: #00e5a0;
  font-weight: 600;
}

.hero__medias {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__medias-link img {
  height: 30px;
}

@media (max-width: 1280px) {
  .hero__title .s1,
  .hero__title .s2 {
    font-size: 80px;
  }

  .hero__title .s3 {
    font-size: 36px;
  }

  .hero__visual {
    width: 340px;
    height: 340px;
  }
}

@media (max-width: 1000px) {
  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .hero__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .hero__title .s1,
  .hero__title .s2 {
    font-size: 56px;
  }

  .hero__title .s3 {
    font-size: 24px;
  }

  .hero__subtitle {
    font-size: 16px;
  }

  .hero__cta {
    font-size: 16px;
    padding: 14px 28px;
  }
}

@media (max-width: 640px) {
  .hero__inner {
    padding: 20px 0 48px;
  }

  .hero__title .s1,
  .hero__title .s2 {
    font-size: 42px;
  }

  .hero__title .s3 {
    font-size: 20px;
  }

  .hero__medias {
    right: 32px;
    top: 80px;
    gap: 18px;
    transform: translateY(0);
  }

  .hero__medias-link img {
    height: 18px;
  }
}

/* STATISTICS */
.statistics {
  padding: 56px 0;
  position: relative;
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.85) 0%, #070b12 100%);
}

.statistics__data {
  position: relative;
  border-radius: 20px;
  padding: 46px;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
}

.statistics__data::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(177deg, rgba(0, 229, 160, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.statistics__data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistics__data-item-number {
  font-family: "Robit Trial", "Play", sans-serif;
  font-weight: 500;
  font-size: 85px;
  background: linear-gradient(135deg, #00e5a0, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.statistics__data-item-name {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
}

.statistics__title {
  max-width: 1000px;
  text-align: center;
  margin: 55px auto 100px;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
}

.statistics__title span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.statistics__networks {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-evenly;
  align-items: center;
}

.statistics__networks-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease;
}

.statistics__networks-item:hover {
  transform: translateY(-4px);
}

.statistics__networks-item img {
  width: 130px;
  height: 130px;
}

.statistics__networks-item p {
  font-family: var(--robit-trial);
  font-weight: 300;
  font-size: 26px;
}

@media (max-width: 1500px) {
  .statistics__data {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1000px) {
  .statistics__data {
    padding: 0;
  }

  .statistics__data::before {
    background: transparent;
  }

  .statistics__networks {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .statistics__data-item-number {
    font-size: 50px;
  }

  .statistics__data-item-name {
    font-size: 18px;
  }

  .statistics__title {
    margin: 55px auto 60px;
    font-size: 38px;
  }

  .statistics__networks-item img {
    width: 100px;
    height: 100px;
  }

  .statistics__networks-item p {
    font-size: 18px;
  }
}

@media (max-width: 440px) {
  .statistics__data-item-number {
    font-size: 32px;
  }

  .statistics__data-item-name {
    font-size: 12px;
  }

  .statistics__title {
    margin: 55px auto 30px;
    font-size: 24px;
  }

  .statistics__networks-item img {
    width: 80px;
    height: 80px;
  }

  .statistics__networks-item p {
    font-size: 12px;
  }
}

.requirements {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}

.requirements__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.requirements__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.requirements__orb--1 {
  width: 400px;
  height: 400px;
  bottom: -80px;
  left: -60px;
  background: rgba(0, 229, 160, 0.14);
}

.requirements__orb--2 {
  width: 360px;
  height: 360px;
  top: -40px;
  right: -40px;
  background: rgba(76, 201, 255, 0.1);
}

.requirements__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.requirements__content {
  flex: 1;
  max-width: 640px;
}

.requirements__badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00e5a0;
  background: rgba(0, 229, 160, 0.1);
  border: 1px solid rgba(0, 229, 160, 0.22);
  margin-bottom: 20px;
}

.requirements__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.08;
}

.requirements__text {
  font-size: 20px;
  line-height: 1.65;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.58);
  max-width: 560px;
}

.requirements__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  list-style: none;
  padding: 0;
}

.requirements__features li {
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 229, 160, 0.18);
}

.requirements__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  padding: 14px 32px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #070b12;
  background: linear-gradient(135deg, #00e5a0, #0ea5e9);
  box-shadow: 0 8px 32px rgba(0, 229, 160, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.requirements__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 229, 160, 0.32);
}

.requirements__btn img {
  width: 18px;
  filter: invert(1);
}

.requirements__visual {
  flex-shrink: 0;
  width: 380px;
}

.security-card {
  position: relative;
  padding: 32px 28px;
  border-radius: 24px;
  background: rgba(10, 18, 28, 0.8);
  border: 1px solid rgba(0, 229, 160, 0.2);
  backdrop-filter: blur(24px);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(0, 229, 160, 0.06);
}

.security-card__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 229, 160, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.security-card__shield {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.security-card__shield svg {
  width: 88px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(0, 229, 160, 0.35));
}

.security-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  border-radius: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.03);
}

.security-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.security-card__dot--on {
  background: #00e5a0;
  box-shadow: 0 0 10px rgba(0, 229, 160, 0.6);
}

.security-card__status {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #00e5a0;
}

@media (max-width: 1100px) {
  .requirements__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .requirements__visual {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .requirements__title {
    font-size: 44px;
  }
}

@media (max-width: 760px) {
  .requirements {
    padding: 60px 0 48px;
  }

  .requirements__title {
    font-size: 32px;
  }

  .requirements__text {
    font-size: 16px;
  }

  .requirements__btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}

@media (max-width: 440px) {
  .requirements__title {
    font-size: 26px;
  }

  .requirements__features li {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.statistics__stars div {
  opacity: .5;
  position: absolute;
  z-index: 5;
  background-color: #00e5a0;
  border-radius: 50%;
  filter: blur(3px);
}

.statistics__stars .star1 {
  top: 30%;
  left: 2%;
  width: 15px;
  height: 15px;
}

.statistics__stars .star2 {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
}

.statistics__stars .star3 {
  bottom: 30%;
  right: 2%;
  width: 15px;
  height: 15px;
}

.statistics__stars .star4 {
  bottom: 32%;
  left: 40%;
  width: 12px;
  height: 12px;
}

.statistics__stars .star5 {
  bottom: 10%;
  left: 5%;
  width: 18px;
  height: 18px;
}
