/* Globalna podešavanja */
:root {
  --bg-main: #e2e3e2;
  --bg-bottom: #ebeceb;
  --accent: #c6c6c6;
  --accent-soft: #d8d5d5;
  --text-main: #111111;
  --text-muted: #555555;
  --divider: #000000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "GFS Didot", serif;
  background-color: var(--bg-main);
  color: var(--text-main);
  position: relative;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  border: none;
  cursor: pointer;
  background: none;
}

img {
  max-width: 100%;
  display: block;
}

/* Pozadinske kružne slike */
.bg-circle {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.bg-circle img {
  display: block;
}

.bg-circle-left {
  top: -40px;
  left: -540px;
}

.bg-circle-right {
  top: 220px;
  right: -460px;
}

/* Gornji navbar */
.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background-color: transparent;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffffff;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex: 1;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-login--wallet {
  font-family: monospace;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--divider);
}


.nav-link {
  position: relative;
  color: var(--text-main);
  padding: 4px 0;
  cursor: pointer;
  letter-spacing: 0.18em;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link:hover {
  transform: translateY(-1px);
}

.nav-link--community {
  color: #ffffff;
}

.nav-login {
  font-weight: 500;
}

/* Efekat invertovanja na hover topbara */
.navbar-hovered {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
}

.navbar-hovered .nav-link {
  color: #00000;
}

.navbar-hovered .nav-link--community {
  color: var(--text-main);
}

.navbar-hovered .logo {
  color: var(--text-main);
}

/* Community badge "Coming Soon" */
.nav-item.nav-community {
  position: relative;
}

.community-badge {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 12px);
  margin-top: 6px;
  padding: 4px 14px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  background-color: var(--accent);
  color: #000;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}

.nav-item.nav-community:hover .community-badge {
  opacity: 1;
  transform: translate(-50%, 20px);
}

/* Dugmad */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  
  border-radius: 999px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    min-width 0.3s ease,
    border-radius 0.3s ease,
    color 0.3s ease;
}

.btn-ca {
  background-color: var(--accent);
  color: #000;
  min-width: 140px;
}

.btn-ca:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.btn-ca.expanded {
  min-width: 340px;
  border-radius: 14px;
  justify-content: flex-start;
}

/* Glavni sadržaj */
.  {
  position: relative;
  z-index: 1;
  padding-top: 10px; /* prostor ispod navbara */
  padding-bottom: 90px; /* prostor iznad bottom bara */
}

/* Hero sekcija */
.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 80px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.hero-image img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-image:hover img {
  transform: translateY(-6px);
}

.hero-image-left,
.hero-image-right {
  opacity: 0;
}

.hero-token {
  max-height: 260px;
}

.hero-text {
  max-height: 220px;
}

/* Vertikalna linija i CTA */
.hero-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

/* Traka za prikaz CA – jedan red, bez uticaja na hero layout */
.ca-display {
  max-width: 900px;
  width: 100%;
  margin: -40px auto 10px; /* malo ga približi hero sekciji, po želji promeni */
  padding: 6px 12px;
  text-align: center;

  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.03em;

  white-space: nowrap;        /* ključ: jedan red */
  overflow-x: auto;           /* ako je predugačko, pojavi se horizontalni scroll */
  overflow-y: hidden;
  box-sizing: border-box;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.3);

  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ca-display--visible {
  opacity: 1;
  transform: translateY(0);
}

/* malo tanji skrol (nije obavezno) */
.ca-display::-webkit-scrollbar {
  height: 3px;
}
.ca-display::-webkit-scrollbar-thumb {
  border-radius: 999px;
}


.divider-line {
  width: 2px;
  background-color: var(--divider);
  border-radius: 999px;
  height: 470px; /* ~2.5x veličine slika */
}

.divider-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-token-small {
  max-height: 40px;
}

/* Animacije za učitavanje hero slika */
body.page-loaded .hero-image-left {
  animation: slideInLeft 1s ease-out forwards;
}

body.page-loaded .hero-image-right {
  animation: slideInTop 1s ease-out forwards;
  animation-delay: 0.2s;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Intro sekcija */
.section.intro {
  max-width: 1000px;
  margin: 120px auto 140px;
  padding: 0 80px 80px;
  text-align: center;
  color: var(--text-muted);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.intro-cta {
  margin-top: 18px;
  background-color: #c6c6c6;
  color: #000000;
  border: none;
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.section.intro.intro-visible .intro-cta {
  opacity: 1;
  transform: translateY(0);
}


.section.intro.intro-visible {
  opacity: 1;
  transform: translateY(0);
}

.section.intro h1 {
  margin-bottom: 16px;
  font-size: 4rem;
}

.section.intro p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Indikator za skrolovanje */
.scroll-indicator {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 82px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 45;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.scroll-indicator.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-indicator.hide {
  opacity: 0;
  transform: translate(-50%, 12px);
}

.scroll-indicator .arrow {
  font-size: 1.4rem;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

/* Donji fiksni bar */
.bottom-bar {
  position: fixed;
  inset: auto 0 0 0;
  background-color: var(--bg-bottom);
  z-index: 44;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.bottom-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Bottom left */
.bottom-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-pill {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
}

.bottom-left-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon,
.token-icon {
  display: inline-block;
  vertical-align: middle;
}

.icon {
  cursor: pointer;
}


.icon-small {
  width: 18px;
  height: 18px;
}

.token-icon {
  height: 18px;
}

.token-price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.price-text {
  min-width: 70px;
}

/* Bottom right */
.bottom-right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.bottom-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.bottom-link:hover {
  color: var(--text-main);
}

.connection-status {
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9534f; /* default disconnected */
}

.status-dot--connected {
  background-color: #2ecc71;
}

.status-dot--disconnected {
  background-color: #d9534f;
}

/* Modals */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
}

.modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.modal-dialog {
  position: relative;
  background: #f7f7f7;
  color: var(--text-main);
  padding: 24px 24px 20px;
  border-radius: 18px;
  max-width: 540px;
  width: 100%;
  margin: 0 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.modal-dialog h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.modal-dialog p {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.modal-dialog ul {
  padding-left: 18px;
  margin: 8px 0 0;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}


.modal-form {
  margin-top: 8px;
}

.modal-form .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}

.modal-form label {
  display: flex;
  align-items: center;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.modal-form input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  font-size: 0.9rem;
  background: #ffffff;
}

.modal-form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent-soft);
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.modal-actions--split {
  justify-content: space-between;
}

.modal-link {
  border: none;
  background: none;
  padding: 0;
  font-size: 0.78rem;
  text-decoration: underline;
  cursor: pointer;
  color: var(--text-muted);
}

.modal-link:hover {
  color: var(--text-main);
}

.modal-link--small {
  margin-top: 4px;
  align-self: flex-start;
}

.info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 0.65rem;
  line-height: 1;
  cursor: default;
  position: relative;
}

.info-tooltip {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: #111111;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: normal;
  width: 240px;
  max-width: 260px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  z-index: 200;
}

.info-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent #111111 transparent;
}

.info-badge:hover .info-tooltip,
.info-badge:focus-within .info-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.form-message {
  margin-top: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  display: none;
}

.form-message--error {
  color: #b00020;
}

.form-message--success {
  color: #0a7a32;
}

.form-message--visible {
  display: block;
}

.signup-note {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.5;
}

.btn-primary {
  background-color: var(--text-main);
  color: #f7f7f7;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 1px solid var(--accent);
}

.btn-secondary:hover {
  background-color: var(--accent-soft);
}

body.modal-open {
  overflow: hidden;
}

/* Responsivnost */
@media (max-width: 1200px) {
  .nav-inner {
    padding: 12px 20px;
  }
  .hero {
    padding: 120px 40px 90px;
  }
  .section.intro {
    padding: 0 40px 80px;
  }
}

@media (max-width: 900px) {
  .bg-circle {
    display: none; /* na manjim ekranima bolje bez velikih pozadinskih slika */
  }

  .nav-inner {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .nav-left {
    flex: 1 0 100%;
    justify-content: space-between;
  }

  .nav-center {
    order: 3;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .nav-right {
    order: 2;
  }

  .hero {
    flex-direction: column;
    padding: 110px 24px 80px;
    gap: 40px;
  }

  .divider-line {
    height: 360px;
  }

  .section.intro {
    padding: 0 24px 90px;
  }
}

@media (max-width: 600px) {
  .nav-center {
    justify-content: center;
    gap: 12px;
  }

  .logo {
    font-size: 1.3rem;
    letter-spacing: 0.18em;
  }

  .hero {
    padding: 100px 16px 80px;
  }

  .divider-line {
    height: 320px;
  }

  .scroll-indicator {
    bottom: 74px;
  }
}

/* Toast (top notification) */
.toast {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  padding: 8px 18px;
  background-color: #c6c6c6;
  color: #111111;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition:
    opacity 0.25s ease-out,
    transform 0.25s ease-out;
}

.toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Mint page */
.mint-page {
  padding-top: 120px;
  padding-bottom: 160px;
}

.mint-hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.mint-intro h1 {
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.mint-intro p {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 32px;
}

.mint-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 36px;
}

.mint-card {
  background-color: #c6c6c6;
  border-radius: 18px;
  padding: 18px 24px;
  min-width: 260px;
  max-width: 320px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.mint-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}

.mint-token-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mint-token-img {
  max-width: 40px;
  max-height: 40px;
}

.mint-arrow {
  font-size: 1.8rem;
  line-height: 1;
}

.mint-card-label {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mint-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.mint-card:active,
.mint-card.mint-card--active {
  transform: scale(1.03);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
}

.mint-banner {
  margin-top: 40px;
  border-radius: 20px;
  padding: 32px 24px;
  background-color: #e2e3e2;
  border: 1px solid #c6c6c6;
}

.mint-banner p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Mint page responsive tweaks */
@media (max-width: 900px) {
  .mint-page {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .mint-hero {
    padding: 0 20px;
  }

  .mint-card {
    min-width: 100%;
  }
}


/* =========================
   Dashboard page
   ========================= */
.dashboard-page {
  padding-top: 100px;
  padding-bottom: 80px;
}

.dashboard-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.dashboard-card {
  background-color: #c6c6c6;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  margin-bottom: 32px;
}

.dashboard-title {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.dashboard-monitor-form {
  margin-bottom: 24px;
}

.dashboard-monitor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashboard-monitor-input {
  flex: 1 1 220px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #b0b0b0;
  font-size: 0.9rem;
  background-color: #f5f5f5;
}

.dashboard-monitor-input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.dashboard-monitor-button {
  white-space: nowrap;
}

.dashboard-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.dashboard-result-block {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 14px 16px;
}

.dashboard-result-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.dashboard-placeholder {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.dashboard-pool {
  margin-bottom: 28px;
}

.dashboard-section-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

.dashboard-pool-text {
  font-size: 0.95rem;
}

.dashboard-countdown {
  font-weight: 600;
  margin-left: 4px;
}

.dashboard-status {
  padding: 18px 16px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #f7f7f7;
}

.dashboard-status-refresh-note {
  font-size: 0.8rem;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.status-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.status-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.status-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.status-label {
  font-weight: 500;
}

.status-value {
  margin-left: 4px;
}

.status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 6px;
  background-color: #00c853;
}

.status-indicator--green {
  background-color: #00c853;
}

.status-indicator--yellow {
  background-color: #ffca28;
}

@media (max-width: 640px) {
  .dashboard-card {
    padding: 20px 16px;
  }

  .dashboard-title {
    font-size: 1.3rem;
  }

  .dashboard-status {
    padding: 14px 12px;
  }
}


/* =========================
   About page
   ========================= */
.about-page {
  padding-top: 110px;
  padding-bottom: 90px;
}

.about-hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.about-logo-wrapper {
  margin-bottom: 24px;
}

.about-logo {
  font-family: "GFS Didot", "Times New Roman", serif;
  font-size: 3.5rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000000;
}

.about-content {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 28px;
  align-items: flex-start;
  margin-top: 10px;
}

.about-text-block {
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-text-block p {
  margin-bottom: 12px;
}

.about-text-block a {
  color: var(--text-main);
  text-decoration: underline;
}

.about-text-block a:hover {
  opacity: 0.9;
}

.about-visual {
  display: flex;
  justify-content: center;
}

.about-token-card {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  max-width: 320px;
}

.about-token-image {
  display: block;
  max-width: 96px;
  margin: 0 auto 10px auto;
}

.about-token-text h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

.about-token-text p {
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
  }

  .about-hero {
    text-align: left;
  }

  .about-logo-wrapper {
    text-align: center;
  }

  .about-logo {
    font-size: 2.6rem;
  }

  .about-token-card {
    margin-top: 8px;
  }
}
