@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap");
body {
  font-family: "Century Gothic", "Lato", sans-serif;
  src: url("/css/centurygothic.ttf");
  background: #1a1a1a;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

:focus {
  outline-offset: unset;
  outline: none;
}

input:focus {
  outline-offset: unset;
  outline: none;
}

button:focus {
  outline-offset: unset;
  outline: none;
}

select:focus {
  outline-offset: unset;
  outline: none;
}

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  outline-offset: 0 !important;
  text-decoration: none;
}

li {
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  text-align: center;
  padding: 1em 2em;
  z-index: 2;
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
@media (max-width: 1000px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    letter-spacing: 0.4rem;
  }
}
@media (max-width: 390px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    letter-spacing: 0.3rem;
  }
}
.et-hero-tabs h2,
.et-slide h2 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  color: white;
  overflow: hidden;
  transition: background 0.3s;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}
@media (max-width: 900px) {
  .et-hero-tabs-container {
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    height: fit-content;
    width: fit-content;
    text-align: left;
    transform: translateX(-100%); /* Прячем меню за экран */
    transition: transform 0.3s ease-in-out;
  }
  .et-hero-tabs-container a {
    padding: 15px 20px;
  }
  .et-hero-tabs-container.menu--active {
    transform: translateX(0); /* Показываем меню */
  }
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #ffffff;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #16dfaa;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }
  .et-hero-tab {
    font-size: 1rem;
  }
}
.sometext {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
  line-height: 1.75;
  padding-top: 50px;
  font-size: 18px;
}

/* Блок поддержки проекта */
.support-container {
  max-width: 1000px;
  width: 95%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.support-stats {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: 28px 24px 30px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.45);
}

.support-stats-item {
  text-align: center;
}

.support-stats-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.8;
  margin-bottom: 12px;
}

.support-stats-value {
  margin-bottom: 16px;
}

.support-amount {
  font-size: 32px;
  font-weight: bold;
  color: #16dfaa;
  margin-right: 8px;
}

.support-total {
  font-size: 20px;
  opacity: 0.7;
}

.support-progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 12px;
}

.support-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #16dfaa, #4dffbf);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(22, 223, 170, 0.6);
  transition: width 0.5s ease;
}

.support-stats-desc {
  font-size: 13px;
  opacity: 0.75;
  line-height: 1.6;
}

.support-wallet-card {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: 28px 24px 30px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.45);
}

.support-wallet-header {
  text-align: center;
  margin-bottom: 24px;
}
.support-wallet-header .support-wallet-icon {
  font-size: 48px;
  margin-bottom: 12px;
}
.support-wallet-header h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}
.support-wallet-header p {
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}

.support-wallet-body {
  display: grid;
  gap: 20px;
}

.support-chain-select label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.85;
}
.support-chain-select select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.support-chain-select select:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5);
}
.support-chain-select select:focus {
  outline: none;
  border-color: #16dfaa;
  box-shadow: 0 0 0 2px rgba(22, 223, 170, 0.2);
}

.support-address-block label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.85;
}
.support-address-block .copyaddres {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.support-address-block .copyaddres input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  font-family: monospace;
  cursor: text;
  transition: border-color 0.2s ease;
}
.support-address-block .copyaddres input:focus {
  outline: none;
  border-color: #16dfaa;
  box-shadow: 0 0 0 2px rgba(22, 223, 170, 0.2);
}
.support-address-block .copyaddres .support-copy-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #16dfaa, #4dffbf);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.support-address-block .copyaddres .support-copy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 16px rgba(22, 223, 170, 0.6);
}
.support-address-block .copyaddres .support-copy-btn:active {
  transform: translateY(0);
}
.support-address-block .copyaddres .support-copy-btn .copy-icon {
  font-size: 16px;
}
.support-address-block .copy-success-message {
  display: none;
  margin-top: 8px;
  font-size: 13px;
  color: #16dfaa;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.support-address-block .copy-success-message.show {
  display: block;
  opacity: 1;
}
@media (max-width: 700px) {
  .support-address-block .copyaddres {
    flex-direction: column;
  }
  .support-address-block .copyaddres .support-copy-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .support-container {
    gap: 20px;
  }
  .support-stats,
  .support-wallet-card {
    padding: 20px 18px 22px;
  }
  .support-amount {
    font-size: 26px;
  }
  .support-total {
    font-size: 16px;
  }
}
.litepaper-link {
  margin-top: 20px;
}
.litepaper-link a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  background: #ffc800;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 0 10px rgba(255, 200, 0, 0.7);
}
.litepaper-link a:hover {
  box-shadow: 0 0 18px rgba(255, 200, 0, 0.9);
  transform: translateY(-1px);
}

.projectsGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  padding-top: 50px;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.projectsGrid .project {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  padding: 40px 30px;
  border-radius: 5px;
  align-items: start;
  height: fit-content;
}
@media (max-width: 1000px) {
  .projectsGrid .project {
    grid-template-columns: 1fr;
  }
}
.projectsGrid .project .projectName {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .projectsGrid .project .projectName {
    font-size: 16px;
  }
}
.projectsGrid .project img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 460px;
  grid-area: 1/1/3/2;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .projectsGrid .project img {
    grid-area: auto;
  }
}
.projectsGrid .project p {
  text-align: justify;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .projectsGrid .project p {
    font-size: 14px;
  }
}
.projectsGrid .askElement {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.projectsGrid .ask-body {
  text-align: left;
}
.projectsGrid .askttl {
  font-size: 24px;
  font-weight: bold;
}

.main_top {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  padding: 35px;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5843137255);
  width: max-content;
  max-width: 90%;
}

.litepaper-page {
  padding: 40px 20px;
}
.litepaper-page h1 {
  text-align: center;
  margin-bottom: 20px;
}
.litepaper-page section {
  margin: 20px 0;
  text-align: left;
}
.litepaper-page p, .litepaper-page li {
  line-height: 1.7;
  font-size: 16px;
}
.litepaper-page .litepaper-note {
  text-align: center;
  margin-bottom: 30px;
  opacity: 0.7;
}

.team_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 1200px;
  margin: 50px auto;
}
@media (max-width: 1000px) {
  .team_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .team_grid {
    grid-template-columns: 1fr;
  }
}
.team_grid .team_person {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  color: white;
  overflow: hidden;
  transition: background 0.3s;
  display: grid;
  grid-gap: 15px;
  padding: 20px;
  border-radius: 10px;
}
.team_grid .team_person img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}
.team_grid .team_person .team_name {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .team_grid .team_person .team_name {
    font-size: 16px;
  }
}
.team_grid .team_person .team_role {
  font-size: 18px;
  opacity: 0.9;
}
@media (max-width: 1000px) {
  .team_grid .team_person .team_role {
    font-size: 14px;
  }
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 95%;
  margin: 40px auto 0;
}
@media (max-width: 1000px) {
  .partners-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}

.partner-card {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 12px;
  padding: 22px 20px 24px;
  text-align: left;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, transform 0.2s ease;
}
.partner-card:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-4px);
}

.partner-logo {
  width: 100%;
  max-width: 180px;
  margin: 0 0 12px;
}
.partner-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 6px;
}

.partner-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(22, 223, 170, 0.12);
  color: #16dfaa;
  margin-bottom: 10px;
}

.partner-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.partner-desc {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

body {
  margin: 0;
}

#grid {
  width: 100vh;
  height: 100vw;
  background: #16dfaa;
}

.glass-block {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  color: white;
  overflow: hidden;
  transition: background 0.3s;
}

.glass-block:hover {
  background: rgba(0, 0, 0, 0.7); /* чуть более темный при наведении */
}

/* Основной блок дорожной карты */
.road_map {
  color: #ffffff; /* Цвет текста */
  padding: 40px 20px;
  border-radius: 8px;
  position: relative;
}

.roadmap_grid {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Элементы дорожной карты */
.roadmap_element {
  border-radius: 10px;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  text-align: left;
  transition: background 0.2s ease, transform 0.15s ease;
}
.roadmap_element .raodmap_ttl {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.roadmap_element p {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.roadmap_status {
  margin-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.85;
}

.roadmap_status--done {
  color: #16dfaa;
}

.roadmap_status--progress {
  color: #ffc800;
}

.roadmap_status--planned {
  color: #c0c0c0;
}

.abg-wr-5 {
  position: relative;
  overflow: hidden;
}

.abg-5 {
  position: absolute;
  top: 2%;
  left: 0;
  width: 100%;
  height: 95%;
  overflow: hidden;
  opacity: 0.3;
}

.abg-5 li {
  position: absolute;
  width: 3px;
  height: 95%;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: block;
  list-style: none;
}

.abg-5 li:after {
  content: "";
  display: block;
  position: absolute;
  height: 15%;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #16dfaa 75%, #16dfaa 100%);
  animation: animationbg-5 5s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.abg-5 li:nth-child(1):after {
  animation-delay: 0s;
}

@keyframes animationbg-5 {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.contacts_grid {
  display: grid;
  width: fit-content;
  margin: 80px auto 0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.contacts_grid a img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

:root {
  --size: 20px;
}

.et-main {
  position: relative;
}
.et-main:after {
  content: "";
  display: block;
  top: 0;
  position: absolute;
  background: conic-gradient(from 180deg at 50% 70%, hsl(0, 0%, 98%) 0deg, #eec32d 72.0000010729deg, #ec4b4b 144.0000021458deg, #709ab9 216.0000085831deg, #4dffbf 288.0000042915deg, hsl(0, 0%, 98%) 1turn);
  width: 100%;
  height: 100%;
  mask: radial-gradient(circle at 50% 50%, white 2px, transparent 2.5px) 50% 50%/var(--size) var(--size), url("https://assets.codepen.io/605876/noise-mask.png") 256px 50%/256px 256px;
  mask-composite: intersect;
  animation: flicker 20s infinite linear;
  z-index: 1;
}

@keyframes flicker {
  to {
    mask-position: 50% 50%, 0 50%;
  }
}
.burger-menu {
  position: fixed;
  top: 16px; /* Отступ сверху */
  right: 16px; /* Отступ справа */
  width: 40px; /* Размер кнопки */
  height: 40px;
  background-color: #262e3f; /* Цвет фона */
  border-radius: 5px; /* Круглая форма */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* Поверх всего контента */
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Легкая тень */
}
@media (max-width: 900px) {
  .burger-menu {
    display: block;
  }
}
.burger-menu:hover {
  background-color: #1d2530; /* Цвет при наведении */
}
.burger-menu:active {
  background-color: #14191f; /* Цвет при нажатии */
}

.burger-menu__icon {
  width: 24px; /* Размер иконки */
  height: 2px;
  background-color: #ffffff; /* Цвет полосок */
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translate(8px, 18px);
}
.burger-menu__icon::before, .burger-menu__icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.burger-menu__icon::before {
  top: -8px;
}
.burger-menu__icon::after {
  bottom: -8px;
}

/* Анимация для изменения иконки в крестик */
.burger-menu--active .burger-menu__icon {
  background-color: transparent;
}
.burger-menu--active .burger-menu__icon::before {
  transform: rotate(45deg);
  top: 0;
}
.burger-menu--active .burger-menu__icon::after {
  transform: rotate(-45deg);
  bottom: 0;
}

.tokenomics-container {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-top: 50px;
}

.tokenomics-info {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 40px 30px;
}

.tokenomics-intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.tokenomics-intro strong {
  color: #16dfaa;
  font-weight: bold;
}

.tokenomics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 30px;
}

.tokenomics-item {
  display: grid;
  gap: 10px;
}

.tokenomics-label {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1000px) {
  .tokenomics-label {
    font-size: 18px;
  }
}

.tokenomics-bar {
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.tokenomics-bar-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 0.5s ease;
  box-shadow: 0 0 10px rgba(22, 223, 170, 0.5);
}

.tokenomics-value {
  font-size: 16px;
  font-weight: bold;
  color: #16dfaa;
}
@media (max-width: 1000px) {
  .tokenomics-value {
    font-size: 14px;
  }
}

.tokenomics-desc {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}
@media (max-width: 1000px) {
  .tokenomics-desc {
    font-size: 13px;
  }
}

.tokenomics-note {
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 200, 0, 0.1);
  border-left: 4px solid #ffc800;
  border-radius: 5px;
}
.tokenomics-note p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}
@media (max-width: 1000px) {
  .tokenomics-note p {
    font-size: 14px;
  }
}

/* Блок \"Как купить токен STRPAX\" */
.token-sale-container {
  max-width: 1200px;
  width: 95%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .token-sale-container {
    grid-template-columns: 1fr;
  }
}

.token-info-section .token-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.token-info-section .stat-item {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 18px 20px;
  text-align: left;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}
.token-info-section .stat-value {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #16dfaa;
}
.token-info-section .stat-label {
  display: block;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 4px;
}

.purchase-section {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: 24px 22px 26px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.45);
}

.wallet-connection,
.wallet-info {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 18px 20px;
  margin-bottom: 16px;
  background: rgba(10, 12, 18, 0.75);
}

.wallet-status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.wallet-status .status-icon {
  font-size: 24px;
}
.wallet-status p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.wallet-details {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}
.wallet-details .wallet-address,
.wallet-details .wallet-balance {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.wallet-details .wallet-address span:first-child,
.wallet-details .wallet-balance span:first-child {
  opacity: 0.75;
}

.form-group {
  margin-bottom: 16px;
  text-align: left;
}
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  opacity: 0.85;
}
.form-group input[type=\"number\"] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 15px;
}

.cost-info {
  margin-bottom: 18px;
  font-size: 14px;
  text-align: left;
}
.cost-info .cost-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.cost-info .cost-item.total {
  margin-top: 6px;
  font-weight: bold;
  color: #16dfaa;
}

.btn-connect,
.btn-disconnect,
.btn-buy,
.btn-metamask {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.btn-connect {
  background: linear-gradient(135deg, #16dfaa, #4dffbf);
  color: #000;
  box-shadow: 0 0 18px rgba(22, 223, 170, 0.7);
}
.btn-connect:hover {
  box-shadow: 0 0 24px rgba(22, 223, 170, 0.9);
  transform: translateY(-1px);
}

.btn-buy {
  width: 100%;
  margin-top: 10px;
  background: linear-gradient(135deg, #ffc800, #eec32d);
  color: #000;
  box-shadow: 0 0 18px rgba(255, 200, 0, 0.7);
}
.btn-buy:hover {
  box-shadow: 0 0 24px rgba(255, 200, 0, 0.9);
  transform: translateY(-1px);
}

.btn-disconnect {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-disconnect:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-metamask {
  width: 100%;
  background: linear-gradient(135deg, #f6851b, #e2761b);
  color: #fff;
  box-shadow: 0 0 18px rgba(246, 133, 27, 0.7);
  margin-bottom: 10px;
}
.btn-metamask:hover {
  box-shadow: 0 0 24px rgba(246, 133, 27, 0.9);
  transform: translateY(-1px);
}

.purchase-warning {
  margin-top: 12px;
  font-size: 13px;
  opacity: 0.85;
}
.purchase-warning p {
  margin: 0 0 4px;
}

.token-disclaimer {
  max-width: 1200px;
  width: 95%;
  margin: 25px auto 0;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.8;
  text-align: left;
}

.progress-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 95%;
  margin: 40px auto 0;
}
@media (max-width: 1000px) {
  .progress-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .progress-grid {
    grid-template-columns: 1fr;
  }
}

.progress-item {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 20px 18px 22px;
  text-align: left;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.progress-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.progress-value {
  font-size: 18px;
  font-weight: 700;
  color: #16dfaa;
  margin-bottom: 6px;
}

.progress-desc {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

.instructions {
  margin-top: 24px;
  padding: 18px 18px 20px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  text-align: left;
}
.instructions h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.85;
  margin-bottom: 12px;
  text-align: left;
}
.instructions ol {
  list-style: none;
  counter-reset: step-counter;
  margin: 0;
  padding: 0;
}
.instructions li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.instructions li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16dfaa, #4dffbf);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(22, 223, 170, 0.6);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  width: 95%;
  margin: 50px auto 0;
  padding-top: 50px;
}
@media (max-width: 1000px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }
}

.case-item {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 30px 25px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.case-item:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-5px);
}

.case-icon {
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
}

.case-title {
  font-size: 22px;
  font-weight: bold;
  color: #16dfaa;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 1000px) {
  .case-title {
    font-size: 20px;
  }
}

.case-description {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  opacity: 0.9;
}
@media (max-width: 1000px) {
  .case-description {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
