@font-face {
  font-family: 'TT Firs Neue';
  src: url('./TTFirsNeue-Light.eot');
  src: local('TT Firs Neue Light'), local('TTFirsNeue-Light'),
      url('./TTFirsNeue-Light.eot?#iefix') format('embedded-opentype'),
      url('./TTFirsNeue-Light.woff2') format('woff2'),
      url('./TTFirsNeue-Light.woff') format('woff'),
      url('./TTFirsNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('./TTFirsNeue-Regular.eot');
  src: local('TT Firs Neue Regular'), local('TTFirsNeue-Regular'),
      url('./TTFirsNeue-Regular.eot?#iefix') format('embedded-opentype'),
      url('./TTFirsNeue-Regular.woff2') format('woff2'),
      url('./TTFirsNeue-Regular.woff') format('woff'),
      url('./TTFirsNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('./TTFirsNeue-BoldItalic.eot');
  src: local('TT Firs Neue Bold Italic'), local('TTFirsNeue-BoldItalic'),
      url('./TTFirsNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
      url('./TTFirsNeue-BoldItalic.woff2') format('woff2'),
      url('./TTFirsNeue-BoldItalic.woff') format('woff'),
      url('./TTFirsNeue-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: url('./TTFirsNeue-DemiBoldItalic.eot');
  src: local('TT Firs Neue DemiBold Italic'), local('TTFirsNeue-DemiBoldItalic'),
      url('./TTFirsNeue-DemiBoldItalic.eot?#iefix') format('embedded-opentype'),
      url('./TTFirsNeue-DemiBoldItalic.woff2') format('woff2'),
      url('./TTFirsNeue-DemiBoldItalic.woff') format('woff'),
      url('./TTFirsNeue-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'TT Firs Neue';
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}

.page-home {
  background-image: 
    radial-gradient(circle at right 50px top 0px, #ffd13842, transparent 12%),
    radial-gradient(ellipse at left 50px top 2500px, #ffd13825, transparent 10%),
    radial-gradient(ellipse at left 50px top 4500px, #ffd13828, transparent 10%)
}

@media (min-width: 4000px) {
  .page-home {
    background-image: 
      radial-gradient(circle at right 50px top 0px, #ffd13842, transparent 12%),
      radial-gradient(ellipse at left 50px top 2500px, #ffd13825, transparent 80%),
      radial-gradient(ellipse at left 50px top 4500px, #ffd13828, transparent 10%)
    }
}

@media (min-width: 2000px) {
  .page-home {
    background-image: 
      radial-gradient(circle at right 50px top 0px, #ffd13842, transparent 12%),
      radial-gradient(ellipse at left 50px top 2500px, #ffd13825, transparent 40%),
      radial-gradient(ellipse at left 50px top 6500px, #ffd13828, transparent 40%)
    }
}

.header-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 1000;
}

.header__logo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 10px;
}

.header__buy-btn {
  background-color: #e4b92e;
  color: #000;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
  height: 50px;
  margin-right: 10px;
  font-weight: 600;
  font-family: 'TT Firs Neue';
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #19191b;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.yellow-icon {
  background-color: #FFD700; 
  color: black;
  display: none;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(90%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.for-mobile {
  display: none !important;
}

/* Headers */
.header {
  text-align: center;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
  height: 500px;
  background-image: url('../images/bg-without-coin.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}

.header-coin-left {
  position: absolute;
  width: 150px;
  left: -20px;
  top: 150px;
}

.header-coin-right {
  position: absolute;
  width: 150px;
  left: 1000px;
  top: 300px;
}

.header-main {
  text-align: center;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
  height: 830px;
  background-image: url('../images/coin.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}

.header-main::before,
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

.header__title {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.header-profile-title {
  margin-top: 150px;
}



.highlight {
  color: #FFD038;
}

.header__subtitle {
  color: #ccc;
  opacity: 0.7;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.help-blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.help-block {
  margin-top: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  width: 80%;
}

.help-block-img {
  margin-top: 20px;
  width: 70%;
  border-radius: 12px;
  border: 1px solid #b2b2b2;
}

.help-block-h1 {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
}

.help-block-p {
  font-size: 1.1rem;
  opacity: 0.7;
  margin: 5px 0px 5px 0px;
  width: 100%;
}

.back-to-main-btn {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.5rem;
  padding: 30px 20px 30px 20px !important;
  width: 80%;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 16px;
  min-width: 200px;
}

.prem-btn {
  color: #F7CB6A !important;
  background-image: radial-gradient(circle at center 280%, #F7CB6A, transparent 84%) !important;
}

.silver {
  color: #cfcfcf !important;
  background-image: radial-gradient(circle at center 280%, #A2A2A2, transparent 84%) !important;
}

.btn-period-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.crown-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  z-index: 10;
  pointer-events: none;
}

.month-label { font-size: 1.3rem; font-weight: 700;}

.apr-label {
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(to right, #FFFFFF, #F7CB6A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stat-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.stat-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFD700;
  white-space: nowrap;
}
.stat-value .usd-muted {
  color: #ccc !important;
  font-weight: 500;
  font-size: 0.7em;
  font-style: italic;
  text-decoration: none !important;
  display: inline;
}

.stat-label {
  font-size: 0.9rem;
  color: #ccc;
}

.btn {
  padding: 15px 54px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Базовый вид */
.language {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  padding: 10px 44px 10px 12px;
  border-radius: 10px;
  background: #000;
  color: #FFD038;
  border: 2px solid #FFD038;
  cursor: pointer;
  font: 600 14px/1.2 inherit;

  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'>\<path d='M7 10l5 5 5-5' fill='none' stroke='%23FFD038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
  background-repeat: no-repeat;
  background-position: right 14px center; /* << стрелка подальше от края */
  background-size: 16px auto;

  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* hover/focus эффекты */
.language:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.language:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 208, 56, 0.25);
  border-color: #FFE072;
}

.language::-ms-expand { display: none; }

.language option {
  color: #FFD038;
  background: #000;
  font-weight: 500;
  border-radius: 10px;
}

.citata-block {
  width: 100%;
  text-align: center;
  font-size: 4.3rem;
  font-family: Caveat;
  opacity: 0.4;
}

.citata-part-1 {
  float: left;
}

.citata-part-2 {
  float: right;
  margin-bottom: 100px;
}

.btn-primary {
  background-color: #FFD038;
  color: #000;
}

.btn-lk {
  padding: 20px 44px;
  font-size: 1.5rem;
}

.btn-calculate {
  font-size: 1.3rem;
}

.btn-primary:hover {
  background-color: #ffcb00;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #FFD700;
  color: #FFD700;
}

.btn-secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
}

.btn-success {
  background-color: #4CAF50;
  color: white;
}

.btn-small {
  padding: 6px 12px;
  font-size: 0.9rem;
}

.btn-large {
  width: 100%;
  padding: 16px;
  font-size: 1.2rem;
}

.bot-or-lk-h3 {
  width: 70%;
}

.bot-or-lk-p {
  font-size: 1.2rem; 
  color: #ccc;
  opacity: 0.7;
  margin-top: 20px;
  width: 70%;
}

/* Main */
.main {
  padding: 40px 0;
}

.main-profile {
  padding: 20px 0;
}

.section {
  margin-bottom: 60px;
}

.section__title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  padding-right: 40px;
}

.section__title span.step-counter {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #ccc;
  background: transparent;
  z-index: 2;
  padding: 0 8px;
}

.section__desc {
  color: #aaa;
  margin-bottom: 30px;
  font-size: 1rem;
  width: 50%;
}

/* Cards */
.cards-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
  padding: 20px 0px 20px 40px;
  flex: 1;
  min-width: 300px;
}

.card__icon {
  position: absolute;
  width: 200px;
  height: auto;
  opacity: 0.9;
}

.card__icon--top {
  top: 15px;
  right: 15px;
  width: 100px;
}

.card__icon--top-4 {
  top: 15px;
  right: 15px;
  width: 120px;
  height: 150px;
}

.card__icon--bottom {
  bottom: 0px;
  right: 0px;
  width: 350px;
}

.card__icon--bottom--three {
  bottom: 50px;
  right: 170px;
  width: 450px;
}

.card-option-1 {
  background:
    radial-gradient(
    circle at bottom left,
    rgba(255, 215, 0, 0.15),
    transparent 50%
  ),
  rgba(255, 255, 255, 0.05);
}

.card-option-2 {
  background: 
    radial-gradient(
      circle at bottom right,
      rgba(255, 215, 0, 0.15),
      transparent 60%
    ),
    rgba(255, 255, 255, 0.05);
}

.card h3 {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.card p {
  color: #ccc;
  opacity: 0.7;
  font-size: 1rem;
  width: 70%;
}

.card-href {
  color: #FFD038;
  font-weight: 700;
  font-size: 1rem;
  z-index: 2;
  position: relative;
  text-decoration: none;
  width: 60%;
}

.cex-icon {
  transform: translateY(20%);
  width: 20px;
  margin-right: 5px;
  margin-top: 5px;
}

.seed-example {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}

.seed-example span {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 5px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 4px;
}

/* Bot Container */
.bot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.bot-image {
  position: relative;
  width: 100%;
  /* max-width: 400px; */
}

.bot-avatar {
  width: 100%;
  border-radius: 12px;
}

.bot-card {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  background: rgba(15, 15, 18, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}

.bot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(230, 230, 230, 0.10) 35%, rgba(0, 0, 0, 0.12) 70%, rgba(255, 255, 255, 0.05));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bot-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shine 3s infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.bot-card:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 208, 56, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(15, 15, 18, 0.72);
}

.bot-logo {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: none;
}

.bot-info h3 {
  color: #FFD038;
  margin-bottom: 6px;
  font-size: 1.25rem;
  letter-spacing: 0.3px;
  position: relative;
}

.bot-info p {
  color: #cfcfcf;
  opacity: 0.85;
  font-size: 0.95rem;
}


@media (max-width: 900px) {
  .header-1 {
    height: 70px;
  }

  .social-icon {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #19191b;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
  }
  .bot-card {
    bottom: 20px;
    padding: 0px 16px;
    gap: 12px;
    border-radius: 14px;
    width: calc(100% - 32px);
    max-width: 520px;
    min-width: 0;
  }
  .bot-card::before { border-radius: 14px; }
  .bot-info h3 { font-size: 1.05rem; }
  .bot-info p { font-size: 0.85rem; }
  .page-home {
    background-image: 
      radial-gradient(circle at right 50px top 0px, #ffd13828, transparent 10%);
  }
}

/* Steps List */
.steps-list {
  margin-top: 20px;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
}

.step-number {
  width: 50px;
  height: 45px;
  font-size: 1.2rem;
  background: #131313;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8c8c888;
  border: 1px solid #c8c8c888;
  font-weight: bold;
  margin-right: 15px;
  opacity: 0.7;
}

.step-arrow {
  height: 20px;
}

.step-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.image-with-gradient {
  position: relative;
  display: inline-block;
  margin-left: auto;
}

.image-with-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  pointer-events: none;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.step-img {
  margin-left: auto;
  height: 60px;
}

.step-content p {
  font-size: 1.4rem;
  max-width: 50%;
}

/* Calculator */
.calculator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.calc-text {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
}

.calc-button {
  display: flex;
  gap: 7px;
  align-items: center;
}

.calc-text .highlight {
  color: #FFD038;
}

/* Benefits */
.benefits {
  margin-top: 120px;
  justify-content: center;
  flex-wrap: wrap;         
  width: 100%;  
  display: flex;
  gap: 100px;
  margin-bottom:140px;
}

.benefit-title {
  font-size: 3rem;
  text-align: center;
}

.benefit-icon {
  height: 150px;
  transform: translateY(60%);
}

.benefit-h3 {
  font-size: 2.7rem !important;
  width: 100%;
  text-shadow: 0px 0px 20px #ffd1389d;
}

.benefit-img {
  height: 110px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.text-img {
  width: 70%;
  opacity: 0.7;
}

.benefit-card {
  background: #131313;
  background-image: url(../images/mori_bg.png);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 500px;
  mask-image: linear-gradient(
    to top,
    transparent -10%,
    white
  );
}

.benefit-h1 {
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(120deg, #a5a5a5, #d8d8d8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.4),
    0 0 30px rgba(255, 255, 255, 0.2),
    0 0 40px rgba(255, 255, 255, 0.1),
    inset 0 0 10px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
  position: relative;
}

.benefit-card h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #ddd;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.benefit-desc {
  color: #FFD700;
  font-size: 1rem;
  height: 50px;
}

.time-buttons {
  display: flex;
  width: max-content;
}

.month1 {
  margin-right: -90px;
  z-index: -1;
}

.month2 {
  margin-right: -80px;
  z-index: -2;
}

.month3 {
  margin-right: -65px;
  z-index: -3;
}

.guide-button {
  background-color: #131313;
  width: max-content;
  display: flex;
  gap: 15px;
  padding: 0px 20px 0px 20px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF40;
  border-radius: 15px;
  font-size: 1.4rem;
}

.guide-button-img {
  height: 32px;
}

.guide-button-img-sol {
  height: 22px;
}

.guide-button-text {
  font-family: 'TT Firs Neue';
  opacity: 0.3;
  margin-top: 4px;
}

.quote {
  font-style: italic;
  text-align: center;
  color: #ccc;
  font-size: 1.2rem;
  margin-top: 40px;
  padding: 20px;
  width: 100%;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.citata {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.benefit-p {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Pool Stats */
.pool-stats {
  margin-bottom: 40px;
}

.stats-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat-box {
  flex: 1;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.03);
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.stat-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.stat-label {
  color: #ccc;
  font-size: 0.9rem;
}

/* Stake Form */
.stake-form {
  background: rgba(255, 255, 255, 0.038);
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: 60px;
  font-family: 'TT Firs Neue';
}

.stake-form-main {
  padding: 20px;
  width: 70%;
  margin-top: 10px;
}

.form-group {
  margin-bottom: 30px;
}

.input-big {
  width: 100%;
  padding: 15px;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.038);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  color: white;
  font-weight: 700;
}

.available {
  color: #aaa;
  font-size: 0.9rem;
  margin-top: 10px;
}

.period-buttons {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.btn-period {
  cursor: pointer;
  flex: 1;
  min-width: 0;
  font-size: 1.2rem;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;
  position: relative;
  background: #000000;
  border: 1px solid #494949;
  font-family: 'TT Firs Neue';
  flex-direction: column;
  gap: 8px;
}

.prem-btn::after {
  content: attr(data-label);
  position: absolute;
  top: 62px;
  right: -25px;
  background: linear-gradient(90deg, #595959 -10.48%, #FFF 41.18%, #4E4E4E 93.84%);
  color: #434343;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 30px;
  transform: rotate(45deg);
  transform-origin: top right;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 10;
  white-space: nowrap;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%
  );
}

.best::after {
  content: attr(data-label-best);
  font-weight: 700;
  color: #67572D;
  background: linear-gradient(90deg, #FFF0C0 -10.48%, #FFDA62 41.18%, #D0B38D 93.84%);
  top: 57px;
  right: -23px;
}

html[lang="en"] .prem-btn::after {
  font-size: 10px;
  top: 73px;
  right: -21px;
}

html[lang="en"] .best::after {
  font-size: 14px;
  top: 54px;
  right: -21px;
}

.prem-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: transparent;
  pointer-events: none;
  z-index: 5;
}

.prem-btn {
  overflow: hidden;
}

.btn-period.active {
  background: #FFD700;
  color: black;
}

.unlock-date {
  color: #ccc;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 50px;
}

.reward-options {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.btn-radio {
  padding: 10px 20px;
  border: 1px solid #FFD700;
  background: transparent;
  color: #FFD700;
  border-radius: 8px;
}

.btn-radio.active {
  background: #FFD700;
  color: black;
}

.apr-info {
  color: #ccc;
  font-size: 1rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.profit {
  margin: 20px 0;
  text-align: left;
}

.profit-main {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

.profit-add {
  color: #FFD700;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 30px;
}

.kurs {
  background: rgba(255, 215, 0, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}

/* My Stakes */
.my-stakes {
  margin-bottom: 40px;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 20px;
  border: 1px solid #FFD700;
  background: transparent;
  color: #FFD700;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
}

.tab-btn.active {
  background: #FFD700;
  color: black;
}

.tab-btn:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2) inset;
}

.stakes-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.stake-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 20px 20px 40px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.col-name {
  opacity: 0.5;
}

.stake-col {
  font-size: 0.9rem;
}

.highlight {
  color: #FFD038;
}

/* Footer */
.footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  text-align: center;
  color: #aaa;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .header-main {
    height: 800px;
  }
  .header__title {
    font-size: 2rem;
  }

  .stats {
    flex-direction: column;
    gap: 15px;
  }

  .cards-row {
    flex-direction: column;
  }

  .card {
    min-width: auto;
  }

  .period-buttons,
  .reward-options {
    flex-direction: column;
  }

  .btn-period,
  .btn-radio {
    width: 100%;
    margin-bottom: 10px;
  }

  .stake-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stake-col {
    font-size: 0.8rem;
  }
}

.details-grid {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.detail-box {
  flex: 1;
  min-width: 0;
  height: 200px;
  border-radius: 22.5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 20px 20px 20px 50px;
  position: relative;
  background-color: #000;
}

.detail-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(
    180deg,
    rgb(122, 122, 122),
    #FFD700
  );
  background-size: 400%;
  border-radius: 22.5px;
  z-index: -1;
  filter: blur(1px);
}

.detail-box-img {
  flex: 1;
  min-width: 0;
  height: 200px;
  border-radius: 22.5px;
  box-sizing: border-box;
  border: 1px solid #FFD700;
  color: white;
  padding: 20px 20px 20px 50px;
  position: relative;
  background:
    url('../images/mori_bg.png'),
    radial-gradient(circle farthest-corner at right 0px bottom 10px, rgba(218, 218, 20, 0.3), transparent 60%);
  background-repeat: no-repeat, no-repeat;
  background-position: 115% 10%, center;
  background-size: 50%, 100%;
}

.detail-box-img-xp {
  background:
    url('../images/XP.png') no-repeat right,
    radial-gradient(circle farthest-corner at right 0px bottom 10px, rgba(218, 218, 20, 0.16), transparent 60%);
}

.detail-title {
  font-size: 1.2rem;
}

.unit {
  color: #FFD700;
  font-size: 1.2rem;
  font-weight: 700;
}

.value {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
}

.wallet-box {
  position: relative;
  flex: 1;
  border-radius: 22.5px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  height: 150px;
  padding-left: 40px;
  background-color: #000;
  background-image:
    radial-gradient(circle farthest-corner at right 0px bottom 20px, rgba(100, 100, 100, 0.5), transparent 55%);
}

.wallet-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(
    0deg,
    rgb(122, 122, 122),
    #FFD700
  );
  background-size: 400%;
  border-radius: 22.5px;
  z-index: -1;
  filter: blur(1px);
}

.wallet-address {
  font-size: 1.1rem;
}

.hash {
  font-size: 1.6rem;
  font-weight: 700;
  word-break: break-all;
}

.status-bar {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.status-bar img {
  width: 30px;
  height: 30px;
}

.status-text {
  font-size: 1.7rem;
}

.status-href {
  font-size: 1.7rem;
  text-align: center;
  word-break: break-all;
  width: 100%;
  color: #ccc;
  text-decoration: none;
}

.help-text {
  text-align: center;
  margin-top: 30px;
  opacity: 0.7;
}

.dep-label {
  font-size: 1.2rem;
  margin-left: 50px;
}

.transaction-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.btn-transaction {
  width: 50%;
  font-size: 1.6rem;
  padding: 30px 0px 30px 0px;
}

.page-transaction {
  background-image:
    radial-gradient(circle at right 50px top 0px, #ffd13842, transparent 30%),
    radial-gradient(circle at left -20px top 1100px, rgba(255, 255, 0, 0.1), transparent 27%);
}

.profile-stat {
  background-color: rgba(255, 255, 255, 0.044);
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 23%;
}

.pool-stat-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
}

.wallet-balance {
  margin-top: 60px;
}

.wallet-card {
  background: #1a1a1a85;
  border-radius: 16px;
  padding: 60px;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 200px;
}

.wallet-items {
  width: 50%;
}

.wallet-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
}

.wallet-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet-info {
  flex: 1;
}

.wallet-label {
  font-size: 1.1rem;
  opacity: 0.5;
  margin-bottom: 4px;
}

.wallet-amount {
  font-size: 1.5rem;
  font-weight: bold;
}

.currency {
  color: #FFD700;
  margin-left: 4px;
}

.wallet-price {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

.price {
  font-size: 14px;
  color: #fff;
}

.positive {
  color: #34B38E;
}

.negative {
  color: #B33436;
}

.percent {
  font-size: 12px;
  padding: 1px 8px;
  border-radius: 8px;
}

.percent.positive {
  background: rgba(0, 255, 128, 0.1);
  color: #34B38E;
}

.percent.negative {
  background: rgba(255, 0, 0, 0.1);
  color: #B33436;
}

.up-down {
  height: 7px;
  width: 10px;
}

.update-btn {
  background: #FFD700;
  color: #000;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

.update-btn:hover {
  background: #e6c800;
  transform: translateY(-1px);
}

.chart-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  position: relative;
}

.chart {
  width: 100%;
  height: 150px;
  background: transparent;
  transform: none;
  transform-origin: left center;
}

/* Chart fine-tune */
.chart path {
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-container { position: relative; padding-bottom: 32px; }

.chart-text { position: absolute; left: 50%; transform: translateX(-50%); bottom: 8px; display:flex; gap:12px; align-items:center; text-align:center; }
.chart-text .price { color:#f5d900; font-weight:700; }
.chart-text .currency { color:#fff; opacity:.9; font-weight:600; }

#moriChangePill { font-size:14px; padding:6px 10px; border-radius:999px; }
#moriChangePill.positive { background:#11361f; color:#49d17a; }
#moriChangePill.negative { background:#3b1010; color:#ff6b6b; }

.chart-empty[hidden] { display:none; }
.chart-empty { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; gap:12px; background:rgba(0,0,0,.25); }

.chart-text {
  text-align: right;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 5px;
}

.chart-text .price {
  color: #FFD700;
  font-weight: bold;
  font-size: 1.2rem;
}

.chart-text .currency {
  color: #fff;
  margin-left: 4px;
  margin-right: 15px;
  padding-top: 2px;
}

.input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 16px;
  margin-bottom: 30px;
}

.input-label {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-family: 'TT Firs Neue';
}

.amount-input {
  font-family: 'TT Firs Neue';
  font-size: 4.5rem;
  font-weight: 700;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
}

.available {
  font-size: 1.1rem;
  opacity: 0.7;
}

.control-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.controls {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.available-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: max-content;
}

.percent-btn-block {
  width: max-content;
}

.arrow-btn {
  margin-top: 3px;
  margin-bottom: 5px;
  width: 24px;
  height: 12px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.arrow-btn:hover {
  transform: scale(1.1);
}

.percent-btn-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.max-btn {
  padding: 8px 20px;
  background: #000000;
  border: 1px solid #494949;
  border-radius: 15px;
  color: white;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'TT Firs Neue';
}

.max-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.period-grid {
  margin-top: 30px;
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.btn-period {
  cursor: pointer;
  flex: 1;
  min-width: 0;
  font-size: 1.2rem;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;
  position: relative;
  background: #000000;
  border: 1px solid #494949;
  font-family: 'TT Firs Neue';
}

.btn-period .period-wrap { display:inline-flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; text-align:center; }
.btn-period .period-top { display:block; line-height: 1; font-weight: 700; letter-spacing: 0.02em; }
.btn-period .period-bottom { display:block; line-height: 1; opacity:.9; }

.btn-period-is-changed {
  border: 1px solid #FFD700 !important;
}

.btr-arp-active {
  border: 1px solid #FFD700;
}

.staker-block-header {
  display: flex;
  justify-content: space-between;
}


.create-trans {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 0px 30px 0px;
  font-family: 'TT Firs Neue';
}

.alert-container {
  border: 1px solid #CB3D3D;
  width: 100%;
  height: max-content;
  border-radius: 25px;
  padding: 50px;
  margin-bottom: 60px;
  background: linear-gradient(180deg, 
    #a5a5a500 0%,
    #a5a5a500 40%,
    #CB3D3D44 100%
  );
}

.alert {
  display: flex;
  align-items: center;
  gap: 60px;
}

.alert-icon {
  width: 70px;
  height: 60px;
}

.alert-text-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.alert-text-block h3 {
  font-size: 2rem;
}

.fifty-percent {
  color: #CB3D3D;
  font-size: 2.2rem;
  font-weight: 700;
}

.alert-grid {
  margin-top: 30px;
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.alert-button-container{
  flex: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.alert-btn {
  width: 100%;
  font-weight: 700;
}

.tab-btn {
  padding: 12px 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-profile {
  background-image:
    radial-gradient(circle at right 50px top 0px, #ffd13842, transparent 30%),
    radial-gradient(circle at left -20px top 1100px, rgba(255, 255, 0, 0.1), transparent 27%),
    radial-gradient(circle at left -20px top 2500px, rgba(255, 255, 0, 0.1), transparent 20%),
    radial-gradient(circle at right 50px top 2000px, rgba(255, 255, 0, 0.1), transparent 20%);
}

/* АДАПТИВ */
@media (max-width: 1200px) {
  .stake-form-main {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .benefit-icon {
    display: none;
  }
}

@media (max-width: 1000px) {
  .card__icon--bottom--three {
    bottom: 100px;
    right: 130px;
    width: 350px;
  }

  .benefit-h1 {
    font-size: 3rem;
  }

  .step { align-items: baseline; }
  .step-content { flex-direction: column; align-items:flex-start;}
  .step-arrow { display: none; }
  .step-content p { max-width: 100%; font-size: 1.2rem; }
}

@media (max-width: 890px) {
  .wallet-items { width: 70%; }
  .wallet-item { gap: 10px; }
  .price { font-size: 0.7rem; }
  .percent { font-size: 0.6rem; }
  .wallet-icon img { width: 40px; height: 40px; }
  .wallet-label { font-size: 0.9rem; }
  .wallet-amount { font-size: 1.1rem; }
}

@media (max-width: 880px) {
  .page-transaction {
    background-image:
      radial-gradient(circle at right -20px top 0px, rgba(255, 255, 0, 0.15), transparent 30%),
      radial-gradient(circle at left 0px top 1100px, rgba(255, 255, 0, 0.1), transparent 27%);
  }
  .value { font-size: 2rem; }
  .detail-title { font-size: 1rem; }
  .header { width: 100vw; }
  .header-trans { height: auto; }
  .header-profile { height: auto; margin-bottom: 40px; }
}

@media (max-width: 820px) {
  .wallet-card { flex-direction: column; gap: 40px; }
  .wallet-items { width: 100%; }
  .chart-container { width: 100%; }
  .citata-block { font-size: 3rem; }

  .header-main { height: 550px; }
  .header-container { transform: translateY(60%); }
  .header__title { font-size: 3rem; }
  .header-coin-left { display: none; }
  .btn-lk { padding: 20px 60px 20px 60px; font-size: 1.2rem; margin-top: 30px; }
  .btn-calculate { padding: 15px 60px 15px 60px; font-size: 1.2rem; }
  .section__desc { font-size: 1.3rem; width: 90%; }
  .card p { width: 80% !important; font-size: 1.3rem !important; }
  .card__icon--bottom { display: none; }
  .card__icon--bottom--three { display: none; }
  .mobile-display { display: block; }
  .cards-row { flex-direction: column; }
  .card { min-width: auto; height: 350px; }
  .calculator { flex-direction: column; justify-content: start; align-items: flex-start; gap: 20px; }
  .period-buttons, .reward-options { flex-direction: column; }
  .stake-item { grid-template-columns: 1fr; gap: 10px; }
  .stake-col { font-size: 0.8rem; }
  .benefits-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }
  .benefits { margin-bottom: 70px; }
  .benefit-card { height: 450px; }
  .alert-grid { gap: 10px; }
  .alert-btn { font-size: 1rem; }
  .guide-button {
    height: 50px;
    border-radius: 13px;
    font-size: 1.1rem;
  }

  .guide-button-img {
    height: 22px;
  }

  .guide-button-img-sol {
    height: 15px;
  }

  .guide-button-text {
    margin-top: 2px;
  }
}

@media (max-width: 770px) {
  .value { font-size: 1.2rem; }
  .detail-box { padding: 10px 10px 10px 20px; height: 150px; }
  .detail-title { font-size: 1rem; }
  .btn-transaction { font-size: 1.3rem; padding: 20px 0px 20px 0px; }
  .detail-box-img { height: 150px; }
  .status-text { font-size: 1.3rem; }
  .alert-text-block { width: 100%; }
  .benefit-img { height: 80px; }
}

@media (max-width: 768px) {
  .for-mobile {
    display: block !important;
  }

  .percent-btn-grid {
    display: flex !important;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
  }

  .input-container { 
    justify-content: baseline;
  }

  .available-block {
    display: block;
  }

  .available {
    width: max-content;
  }

  .controls {
    margin-top: 5px;
  }

  .control-container {
    display: block;
    width: 20px;
  }

  .max-btn {
    width: 100%;
  }

  .for-dekstop {
    display: none !important;
  }

  .header-main {
    height: 700px;
  }

  .profile-stat {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .btn-period { font-size: 1rem; }
  .btn-period .period-wrap { display:inline-flex; flex-direction: row; align-items: baseline; gap: 6px; }
  .btn-period .period-top, .btn-period .period-bottom { display: inline-block; line-height: 1.1; }
}

@media (max-width: 700px) {
  .alert-grid { flex-direction: column; }
  .period-grid { flex-direction: column; gap: 20px; }
  .max-btn { font-size: 0.8rem; }
  .available { font-size: 0.9rem; }
  .amount-input { font-size: 2rem; width: 100%; }
  .available-block { gap: 0px; }
  .step-img { height: 40px !important; }
  .dep-label { font-size: 1rem; }
  .transaction-details { font-size: 1rem; }
  .stake-detail-h2 { font-size: 1.4rem; }
  .small { font-size: 1rem; margin-bottom: 60px !important; }
  .yellow-icon {display: flex; background-color: #FFD700; color: #000;}
/*   .header__buy-btn { display: none; } */
  .benefit-h3 { font-size: 2rem !important; }
  .apr-label { font-size: 0.8rem;}
  .month-label { font-size: 1rem; }
  .prem-btn {
    background-image: radial-gradient(circle at center 450%, #F7CB6A, transparent 90%) !important;
  }
}

@media (max-width: 666px) {
  .guide-button {
    height: 45px;
    border-radius: 13px;
    font-size: 1rem;
  }

  .guide-button-img {
    height: 20px;
  }

  .guide-button-img-sol {
    height: 15px;
  }

  .guide-button-text {
    margin-top: 2px;
  }

  .month1 {
    margin-right: -75px;
    z-index: -1;
  }

  .month2 {
    margin-right: -70px;
    z-index: -2;
  }

  .month3 {
    margin-right: -60px;
    z-index: -3;
  }

  .image-with-gradient {width: 100%;}
}

@media (max-width: 650px) {
  .staker-block-header { flex-direction: column; gap: 20px; }
  .create-trans { padding: 30px 0px 30px 0px; }
  .header__subtitle { width: 70%; margin: auto; padding-bottom: 20px; }
  .section__title span.step-counter { display: none; }
  .header-container { transform: translateY(40%); }
  .card__icon--bottom { width: 200px; }
  .wallet-box { padding-left: 20px; gap: 20px; }
  .dex-icon { width: 400px !important; right: 2px; }
  .benefit-h1 { font-size: 2rem; }
  .bot-or-lk-h3 { width: 100%; }
  .bot-or-lk-p { width: 100% !important; }
  .help-block-img {
    width: 100%;
  }

  .citata-block {
    font-size: 2rem;
  }

  .help-block-h1 {
    font-size: 1.2rem;
    width: 100%;
  }

  .help-block-p {
    font-size: 0.9rem;
    width: 100%;
  }

  .help-block {
    width: 100%;
    padding: 20px;
  }

  .back-to-main-btn {
    font-size: 1.2rem;
    padding: 20px !important;
    width: 100%;
  }
}

@media (max-width: 584px ) {
  .header__title { font-size: 2.5rem; }
  .header-main { height: 600px; }
  .alert { gap: 20px; }
  .alert-icon { width: 40px; height: 30px; }
  .fifty-percent { font-size: 1.5rem; }
  .alert-text-block h3 { font-size: 1.3rem; }
  .wallet-address { font-size: 0.9rem; }
  .hash { font-size: 1.1rem; }
  .card h3 { font-size: 1.2rem; }
  .card p { width: 70% !important; font-size: 1.1rem !important; }
  .step-number { width: 40px; height: 35px; }
  .step-content p { font-size: 1.1rem; }
  .benefit-card { height: 400px; }
  .section__desc { font-size: 1.1rem; }
  .btn-transaction { font-size: 1rem; width: 300px; }
  .status-text { font-size: 1rem; }
  .header-1 {
    height: 50px;
  }

  .header__logo img {
    width: 40px;
    height: 40px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }

  .language {
    padding: 6px 40px 6px 10px;
    background-position: right 12px center;
    border-radius: 8px;
    font-size: 13px;
  }

  .header__buy-btn {
    height: 30px;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-right: 2px;
  }
}

@media (max-width: 560px) {
  .stats { flex-direction: column; gap: 10px; margin-left: 40px; }
  .pool-stat-title { text-align: left; font-size: 1.7rem; }
  .profile-stat { width: 100%; margin-left: -40px !important; }
  .benefit-img { height: 70px; }
  .form-group {
    margin-bottom: 10px;
  }
  .stake-form-main {
    padding: 10px 20px 10px 20px;
  }
  .input-container {
    margin-bottom: 5px;
  }
  .create-trans {
    margin-top: 0px;
    padding: 15px 0px 15px 0px;
  }
  .create-trans{
    font-size: 1.1rem;
  }
  .input-label {
    font-size: 1.2rem;
  }
  .staker-block-header {
    gap: 0px;
  }
  .profit-main {
    font-size: 1.5rem;
  }
  .unlock-date {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .staker-block-header h2{
    font-size: 1.2rem;
  }
  .max-btn {
    border-radius: 10px;
  }
  .period-grid{
    margin-top: 10px;
    gap: 20px;
  }
  .btn-period {
    padding: 10px;
    font-size: 0.8rem;
  }

  html[lang="en"] .prem-btn::after {
    top: 70px;
    right: -21px;
  }

  html[lang="en"] .best::after {
    font-size: 14px;
    top: 54px;
    right: -21px;
  }
}

@media (max-width: 500px) {
  .bot-or-lk-p { font-size: 1rem; }
  .alert-container { padding: 30px; }
  .alert-icon { display: none; }
  .stats { flex-direction: column; gap: 10px; margin-left: 40px; }
  .profit-main { font-size: 2rem; }
  .profit-add { font-size: 1rem; }
  .wallet-card { padding: 40px; }
  .header-container { transform: translateY(30%); }
  .header__title { font-size: 2rem; }
  .header__subtitle { font-size: 0.9rem; }
  .header-main { height: 500px; }
  .stat-icon { width: 40px; height: 40px; flex-shrink: 0; }
  .stat-icon img { width: 100%; height: 100%; object-fit: contain; }
  .stat-text { display: flex; flex-direction: column; text-align: left; }
  .stat-value { font-size: 1.0rem; }
  .stat-label { font-size: 0.8rem; }
  .step-number { width: 30px; height: 25px; font-size: 0.8rem; }
  .step-content p { font-size: 0.9rem; }
  .benefit-title { font-size: 2rem; }
  .benefits-grid { display: flex; flex-direction: column; gap: 20px; }
  .benefit-h1 { font-size: 4rem; }
  .benefit-desc { font-size: 1.2rem; }
  .btn-lk { font-size: 1rem; }
  .benefit-card { background-size: 50% !important; background-position: 50% 50% !important; }
  .card h3 { font-size: 1.1rem; }
  .card p { font-size: 1rem !important; }
  .card__icon--top { width: 70px; }
  .card__icon--top-4 { width: 70px; height: 100px; }
  .details-grid { flex-direction: column; }
  .detail-box { padding-left: 50px; }
  .wallet-box { height: 200px !important; padding: 30px; }
  .small { font-size: 0.9rem; }
  .dep-label { font-size: 0.9rem; }
  .benefit-img { height: 150px; }
}

@media (max-width: 470px) {
  .section__title { font-size: 1.5rem; }
  .step-img { height: 50px !important; }
  .arrow-btn { width: 15px; height: 9px; }
  .available { font-size: 0.7rem; width: max-content;}
  .max-btn { padding: 10px; font-size: 0.7rem; }
  .amount-input { font-size: 1.6rem;}
}

@media (max-width: 450px) {
  .dex-icon { width: 300px !important; }
  .dex-icon-2 { width: 150px !important; }
  .header-main { height: 500px; }
  .header-1 {
    height: 45px;
  }

  .header__logo img {
    width: 30px;
    height: 30px;
  }

  .social-icon {
    width: 30px;
    height: 25px;
    border-radius: 4px;
  }

  .language {
    padding: 4px 27px 4px 5px;
    background-position: right 12px center;
    border-radius: 6px;
    font-size: 13px;
  }

  .header__buy-btn {
    height: 25px;
    padding: 0px 8px;
  }
}

@media (max-width: 420px) {
  .status-text { font-size: 0.9rem; }
  .pool-stat-title { font-size: 1.2rem; }
  .tab-btn { font-size: 0.9rem; padding: 6px 13px; }
}

@media (max-width: 400px) {
  .header-main { height: 430px; }
  .header-container { transform: translateY(20%); }
  .header__title { font-size: 1.6rem; }
  .header__subtitle { font-size: 0.7rem; }
  .btn-lk { font-size: 0.8rem; }
  .card h3 { font-size: 0.9rem; }
  .card p { font-size: 0.8rem !important; }
  .card { height: 250px; }
  .step-img { height: 40px !important; }
  .bot-info p{ font-size: 0.7rem; }
  .benefit-title { font-size: 1.5rem; }
  .section__title { font-size: 1.2rem; }
  .section__desc { font-size: 1rem; }
  .step-content p { font-size: 1rem; }
  .step-number { font-size: 0.8rem; }
  .create-trans { font-size: 1.2rem; }
  .profit-main { font-size: 1.4rem; }
  .profit-add { font-size: 0.9rem; }
  .guide-button {
    padding: 0px 13px 0px 13px;
  }
  .citata-block { font-size: 1.7rem; }
}

@media (max-width: 370px) {
  .dex-icon { width: 220px !important; }
}

@media (max-width: 360px) {
  .control-container { gap: 7px; }
}

