@font-face {
  font-family: 'Garet';
  src:  url('fonts/Garet-Book.ttf') format('truetype');
}

@font-face {
  font-family: 'Telegraf';
  src:  url('fonts/TelegrafRegular_272984568a25d8528fe2de8b20b29011.otf') format('opentype');
}

@font-face {
  font-family: 'TelegrafBold';
  src:  url('fonts/Telegraf _bold.otf') format('opentype');
}

@font-face {
  font-family: 'SpacemonoRegular';
  src:  url('fonts/SpaceMono-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'CooperHewitt';
  src:  url('fonts/CooperHewitt-Book.otf') format('opentype');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Spacemonoregular';
  background-color: #000000;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.123) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.123) 1px, transparent 1px);
  background-size: 20px 20px;
  
}

* {
  box-sizing: border-box;
  
  /*border: 1px solid red;*/

}

html {
  scroll-behavior: smooth;
}

.hero {
  width: 100%;
  min-height: 60vh;
  
  
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-header {
  position: absolute;
  top: 30px;
  right: 50px;
}

.buy-btn {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  padding: 12px 28px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 32px;
  font-weight: bold;
  font-family: 'Spacemonoregular';
  font-size: 16px;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow:
    4px 5px 0px #ffffff,
    6px 7px 0px #ffffff;
  
}

.footer-btn {
  text-decoration: none;
  color: #000000;
}
.buy-btn:hover {
  
  box-shadow: none;
  transform: translate(6px, 7px);
}

.hero-title {
  font-family: 'Spacemonoregular';
  font-size: 46px;
  font-weight: bold;
  max-width: 1000px;
  line-height: 1.2;
  color: #ffffff;
}

.hero-title .highlight {
  color: #ffffff;
  display: block;
  margin-top: 20px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-buttons button {
  padding: 12px 24px;
  border: 2px solid #ffffff;
  border-radius: 28px;
  font-family: 'Spacemonoregular';
  font-weight: bold;
  background: white;
  color: black;
  font-size: 14px;
  cursor: pointer;
}

.hero-buttons a {
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid #ffffff;
  border-radius: 28px;
  font-family: 'Spacemonoregular';
  font-weight: bold;
  background: white;
  color: black;
  font-size: 14px;
  cursor: pointer;
   transition: all 0.15s ease;
}

.rwa-section {
  
  padding: 80px 5vw;
  box-sizing: border-box;
  font-family: 'Spacemonoregular', sans-serif;
}

.rwa-wrapper {
   text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.rwa-heading {
  margin-top:80px;
  text-align: center;
  font-family: 'Garet', sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 60px;
  color: #ffffff;
 
}

.rwa-heading span {
  font-weight: 700;
}

.rwa-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.rwa-icon-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.rwa-logo {
  display: grid;
  grid-template-columns: repeat(2, 15px);
  grid-template-rows: repeat(2, 15px);
  gap: 5px;
  border: 2px solid #000;
  padding: 10px;
}

.box {
  width: 15px;
  height: 15px;
}

.pink {
 
}

.green {
  background-color: #c8ffb0;
}

.red {
  background-color: #ffb0b0;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.rwa-text {
  display: flex;
  flex-direction: column;
}

.rwa-acronym {
  font-family: 'Telegraf', sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
}

.rwa-subtext {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

.rwa-description {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
}

.qvt-section {
  background: #fff;
  padding: 50px 5vw;
  font-family: 'Spacemonoregular', sans-serif;
}

.qvt-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.qvt-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 450px;
}

.qr {
   display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.qvt-img {
  width: 40%;
  border: 2px solid #000;
  border-radius: 30px;
}

.qvt-caption {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.qvt-right {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.qvt-top-text {
  font-size: 16px;
  line-height: 1.5;
}

.qvt-dash-line {
  width: 150px;
  height: 2px;
  border-top: 2px dashed #000;
  transform: rotate(-25deg);
  margin-left: 50px;
}

.qvt-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qvt-black {
  background: #000;
  color: #fff;
  padding: 12px 16px;
  font-family: 'Spacemonoregular';
  font-size: 14px;
  line-height: 1.4;
}

.qvt-magenta {
  background: #ff39f6;
  color: #fff;
  padding: 12px 16px;
  font-family: 'Spacemonoregular';
  font-size: 14px;
  line-height: 1.4;
}

.celebration-section {
  
  padding: 100px 5vw;
  font-family: 'Spacemonoregular', sans-serif;
}

.celebration-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.celebration-title {
  font-family: 'Garet', sans-serif;
  font-size: 54px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.2;
}

.celebration-title span {
  text-decoration: underline;
}

.celebration-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

.celebration-left {
  flex: 1 1 45%;
  max-width: 500px;
}

.qvt-icon {
  width: 60px;
  margin-bottom: 20px;
}

.celebration-left h3,
.airdrop-block h3 {
  
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.celebration-left p,
.airdrop-block p {
  color: #000000;
  font-family: 'Garet';
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.celebration-left strong {
  font-family: 'Spacemonoregular' !important;
}

.celebration-right {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.celebration-right strong {
  font-family: 'Spacemonoregular' !important;
}


.qvt-visual-structure {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin: 80px 0;
}

.qvt-col {
  flex: 1 1 28%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qvt-label {
  font-family: 'Garet', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 6px 14px;
  width: fit-content;
}

.qvt-label.pink {
  background-color: #ff39f6;
  color: #fff;
}

.qvt-label.black {
  background-color: #000;
  color: #fff;
}

.qvt-box {
  font-family: 'Spacemonoregular';
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 4px;
}

.qvt-box.pink {
  background-color: #ff39f6;
  color: white;
}

.qvt-box.black {
  background-color: #000;
  color: white;
}

.qvt-box.transparent {
  background: transparent;
  color: #000;
  padding-left: 0;
}

.qvt-bottom-box {
  max-width: 950px;
  margin: 40px auto 0;
  background: white;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 24px 32px;
  font-size: 14px;
  font-family: 'Spacemonoregular';
  text-align: center;
  position: relative;
  box-shadow: 5px 8px 0px #00ce7c; /* sombra verde */
}

.token-section-wrapper {
  background: #f6f6f6;
  padding: 100px 0px;
  font-family: 'Spacemonoregular', sans-serif;
  position: relative;
}

.token-section {
  padding: 0px 5vw;
}

.token-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 60px;
  margin-bottom: 60px;
}

.token-box h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 12px;
  width: fit-content;
  margin-bottom: 10px;
  
}

.token-box p {
  font-family: 'Telegraf', bold;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.token-box.pink h3 {
  background: #ff39f6;
  color: white;
}

.token-box.black h3 {
  background: #000;
  color: white;
}

.token-box.white h3 {
  background: white;
  color: black;
  
}

.token-footer {
  background: #ff39f6;
  color: white;
  font-family: 'Spacemonoregular';
  font-size: 18px;
  font-weight: bold;
  padding: 1px;
  max-width: 660px;
  margin-left: 0; /* importante */
  margin-top: 40px;
  padding-left: 70px;
  text-align: left;
  
}

.token-footer span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
  letter-spacing: 1px;
}

.buy-grid-section {
  
  padding: 0px 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-family: 'Spacemonoregular', sans-serif;
  position: relative;
}

/* Roadmap Section */
.roadmap {
    padding: 100px 0;
    
    position: relative;
    z-index: 1;
    
    overflow: hidden;
}

.ca-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Botão Copy */
.copy-btn {
  padding: 6px 14px;
  border: 2px solid #000;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  box-shadow: 3px 3px 0 #000;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.copy-btn:active {
  transform: translate(3px, 3px);
  box-shadow: none;
}

/* Caixa Copied */
.copy-msg {
  position: absolute;
  right: 0;
  top: -40px;
  background: #fff;
  color: #000;
  padding: 6px 12px;
  border-radius: 20px;
  border: 2px solid #000;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 3px 3px 0 #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
}

.copy-msg.show {
  opacity: 1;
  transform: translateY(0);
}

.copied{position:absolute;top:-10px;right:-8px;transform:translateY(-100%);background:#ffffff;color:#000000;border-radius:6px;padding:6px 8px;font:700 12px "Montserrat";display:none}
.copied.show{display:inline-block}
.roadmap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../../www.transparenttextures.com/patterns/noise.html');
    opacity: 0.10;
    z-index: 0;
    pointer-events: none;
}

.roadmap h2 {
     font-family: 'Spacemonoregular';
    
    margin-bottom: 3rem;
    text-align: center;
    color: #ffffff;
    
    letter-spacing: 1px;
}

.roadmap-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.roadmap-timeline::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 0 16px #222a;
    z-index: 0;
    border-radius: 2px;
}

.roadmap-phase {
    position: relative;
    width: 50%;
    padding: 32px 32px 32px 0;
    box-sizing: border-box;
    z-index: 1;
    animation: roadmapFadeIn 1s ease;
}

.roadmap-phase.right {
    left: 50%;
    padding: 32px 0 32px 32px;
}
.roadmap-phase.left {
    left: 0;
    text-align: right;
}

.roadmap-dot {
    position: absolute;
    top: 48px;
    right: -14px;
    width: 22px;
    height: 22px;
    background: #000000;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 12px #222a, 0 0 0 4px #181818;
    z-index: 2;
    animation: dotPulse 2s infinite alternate;
}
.roadmap-phase.right .roadmap-dot {
    left: -14px;
    right: auto;
}

@keyframes dotPulse {
    0% { box-shadow: 0 0 12px #222a, 0 0 0 4px #181818; }
    100% { box-shadow: 0 0 16px rgba(255, 255, 255, 0.705), 0 0 0 4px #ffffff; }
}

.roadmap-content {
   
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 0 24px 0 #000a, 0 0 8px 2px #4448;
    border: 2px solid #333;
    padding: 1.5rem 1.2rem;
    position: relative;
    z-index: 2;
    min-width: 220px;
    max-width: 340px;
    margin: 0 auto;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
    font-family: 'Space Mono', 'Roboto Mono', monospace;
    text-align: left;
    animation: roadmapCardIn 1s;
}
.roadmap-phase.left .roadmap-content {
    margin-left: auto;
}
.roadmap-phase.right .roadmap-content {
    margin-right: auto;
}
.roadmap-content:hover {
    box-shadow: 0 0 40px 0 #222c, 0 0 16px 4px #666a;
    border-color: #666;
    transform: scale(1.025) skewX(-1deg);
}

.roadmap-icon {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: #b0ffb0;
    text-shadow: 0 0 8px #222, 0 0 16px #222a;
    filter: drop-shadow(0 0 8px #222a);
    display: inline-block;
    animation: iconGlow 2s infinite alternate;
}

.roadmap-content h3 {
    font-size: 1.15rem;
    color: #000000;
    margin-bottom: 0.3rem;
    font-family: 'Garet', sans-serif;
    letter-spacing: 1px;
    
}
.roadmap-content p {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 0.2rem;
    
}

.road-title {
  font-size: 52px;
}
.roadmap-desc {
    display: block;
    font-size: 0.95rem;
    color: #888;
    margin-top: 0.2rem;
    font-style: italic;
    opacity: 0.85;
    text-shadow: 1px 1px 4px #000, 0 0 2px #000;
}

.creator {
  color: #ffffff;
  transition: all 0.15s ease;
}

.creator:hover {
  translate: 0px -5px ;
  transform: scale(1.1);
}

.tokemsg {
  text-align: center;
  color: #ffffff;
}

.gallery-section{
       /* fundo branco da seção */
  padding:32px 16px;
}
.gallery-title{
  margin:0 0 16px;
  font-size:clamp(20px,2.5vw,28px);
}

/* Masonry com CSS columns (mantém proporção, sem crop) */
.masonry{
  column-count: 3;       /* desktop */
  column-gap: 16px;
 
  margin: 0 auto;
}
.masonry-item{
  break-inside: avoid;   /* evita quebra/overlap */
  margin: 0 0 16px;
}
.masonry-item img{
  width:100%;
  height:auto;           /* preserva proporção (não corta) */
  display:block;
  border-radius:12px;
}

/* Responsivo */
@media (max-width: 1100px){ .masonry{ column-count:3; } }
@media (max-width: 768px){  .masonry{ column-count:2; } }
@media (max-width: 480px){  .masonry{ column-count:1; } }

@keyframes roadmapFadeIn {
    from { opacity: 0; transform: translateY(40px) scale(0.98); }
    to { opacity: 1; transform: none; }
}
@keyframes roadmapCardIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
    .qvt-img {
      width: 60%;
    }
    .roadmap h2 {
      font-size: 20px;
    }
    .rwa-heading {
      font-size: 22px;
    }

    .roadmap-timeline::before {
        left: 8px;
        transform: none;
    }
    .roadmap-phase, .roadmap-phase.right, .roadmap-phase.left {
        width: 100%;
        left: 0;
        padding: 32px 0 32px 32px;
        text-align: left;
    }
    .roadmap-phase .roadmap-dot {
        left: -14px;
        right: auto;
    }
}
@media (max-width: 600px) {
    .roadmap-content {
        min-width: 0;
        max-width: 100vw;
        padding: 1.2rem 0.5rem;
    }
}

.presale-banner {
  
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
}

.button-pair {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dashed-line {
  width: 300px;
  border-top: 2px dashed #ffffff;
}

.flat-button {
  width: 130px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-family: 'Spacemonoregular';
}

.flat-button.green {
  background: #ffffff;
}

.flat-button.black {
  background: #ffffff;
}

.shadow-button {
  width: 130px;
  padding: 14px 32px;
  background: white;
  border: 2px solid black;
  border-radius: 999px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow:
    3px 4px 0px #ffffff,
    5px 6px 0px #ffffff;
  font-family: 'Spacemonoregular';
}

.easter-egg {
   font-family: 'Spacemonoregular';
  font-size: 14px;
  color: #ffffffe7;
  letter-spacing: 0.5px;
  text-align: center;
  opacity: 0.3;
  margin-top: 60px;
}

.token-vision-section {
  padding: 150px 5vw;
  font-family: 'Spacemonoregular', sans-serif;
  text-align: center;
}

.token-title2 {
  font-size: 42px;
  font-weight: 900;
  font-family: 'Spacemonoregular', sans-serif;
  margin-bottom: 20px;
}

.token-subtitle {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 60px;
}

.token-points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 980px; /* isso impede mais de 3 por linha */
  gap: 30px;
  margin: 0 auto 60px;
  justify-items: center;
}

.point-box {
  font-family: 'Telegraf';
  background: #f2f2f2;
  border-radius: 32px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  max-width: 300px;
}

.token-outline {
  border: 2px solid #000;
  border-radius: 999px;
  padding: 20px 32px;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.speed-security-section {
  background: #f6f6f6;
  padding: 180px 5vw;
  font-family: 'Spacemonoregular', sans-serif;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}



.left-text h2 {
  font-family: 'Spacemonoregular';
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  color: white;
}

.left-text h2 span {
  background: black;
  padding: 4px 8px;
  display: inline;
  border-radius: 2px;
}

.right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.security-box {
  background: #EE28CB;
  color: white;
  font-size: 18px;
  line-height: 1.6;
  padding: 16px 20px;
  border-radius: 4px;
  font-family: 'Telegraf';
}

.icon-container {
  display: flex;
  justify-content: center;
  margin: 60px 0 30px;
}

.icon-container img {
  width: 80px;
  height: 80px;
  background: #EE28CB;
  padding: 18px;
  border-radius: 22px;
  box-shadow: 6px 6px 0px #000000;
}

.cta-container {
  display: flex;
  justify-content: center;
}

.shadow-button.big {
  padding: 18px 36px;
  background: white;
  border: 2px solid black;
  border-radius: 999px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Spacemonoregular';
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow:
    4px 5px 0px #EE28CB,
    6px 7px 0px #EE28CB;
}

.shadow-button.big:hover {
  
  background-color: #000;
  box-shadow: none;
  transform: translate(6px, 7px);
}

/* Estrutura principal */
.section-pools {
  position: relative;
  padding: 210px 160px;
  overflow: hidden;
  background: white;
}

.distribution-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.distribution-wrapper2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
  gap: 40px;
}


.pool-side {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 280px;
}

.pool-side.right {
  align-items: flex-end;
}

.pool-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Títulos */
.pool-title,
.pools-title {
  font-family: 'Spacemonoregular';
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  color: black;
}

.pools-title {
  margin-top: 40px;
  font-size: 40px;
}

.supply-text {
  font-family: 'Spacemonoregular';
  font-size: 16px;
  
}

/* Tags coloridas */
.pool-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pool-tag {
  font-family: 'Spacemonoregular';
  font-size: 24px;
  background: #eee;
  padding: 10px 14px;
  border-radius: 4px;
  width: fit-content;
  line-height: 1.3;
}

.pool-tag.pink { background: #F92CED; color: white; }
.pool-tag.green { background: #00CE7C; color: white; }
.pool-tag.purple { background: #9B5CFD; color: white; }
.pool-tag.cyan { background: #00C5CF; color: white; }

.center-sale {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.center-sale .sub {
  font-size: 13px;
  display: block;
}

/* Legenda */
.legend {
  background: white;
  border: 2px solid black;
  border-radius: 30px;
  padding: 20px;
  box-shadow:
    6px 6px 0px #EE28CB,
    9px 9px 0px #000000;
  font-family: 'Spacemonoregular';
  font-size: 16px;
  margin-top: 20px;
  width: 220px;
}

.legend-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.label-box {
  width: 14px;
  height: 14px;
}

.label-box.green { background: #00CE7C; }
.label-box.pink { background: #F92CED; }
.label-box.purple { background: #9B5CFD; }
.label-box.cyan { background: #00C5CF; }

/* Responsivo */
@media (max-width: 768px) {

  .dashed-line {
  width: 100px;
  
}

  .hero-title {
    font-size: 24px;
  }

  .hero {
    padding: 80px 40px;
  }

  .distribution-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .distribution-wrapper2 {
    flex-direction: column;
    align-items: center;
  }

  .pool-side.right {
    align-items: center;
  }

  .legend {
    width: 100%;
    max-width: 300px;
  }
}

.timeline-section {
  padding: 60px 20px;
  background: #f6f6f6;
  font-family: 'Spacemonoregular';
}

.timeline-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}

.timeline-phase {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: black;
}

.timeline-phase.summer { background: yellow; }
.timeline-phase.autumn { background: orange; }
.timeline-phase.winter { background: turquoise; }

.timeline-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}

.event {
  padding: 12px 18px;
  font-weight: bold;
  color: black;
  border-radius: 4px;
  font-size: 16px;
  width: fit-content;
}

.event span {
  font-weight: normal;
  font-size: 13px;
}

.event.yellow { background: yellow; }
.event.orange { background: orange; }
.event.cyan { background: turquoise; }
.event.green { background: #00C853; }
.event.pink { background: #FF4DFF; color: white; }

.data-visual-section {
  background: white;
  padding: 150px 20px;
  text-align: center;
  
  margin: 0 auto;
}

.data-visual-section h2 {
  font-size: 48px;
  font-weight: 900;
  color: #ee28cb;
  margin-bottom: 20px;
}

.data-visual-section p.subtitle {
  font-size: 18px;
  margin-bottom: 60px;
}

.data-visual-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto; /* <-- ESSENCIAL PRA CENTRALIZAR */
  padding: 40px 0;
  justify-items: center;
}

.data-card {
  max-width: 320px;
  text-align: left;
  position: relative;
}

.data-card img.ok-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

.data-card .dots {
  position: absolute;
  top: 0;
  left: 30px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.data-card .dots div {
  width: 8px;
  height: 8px;
}

.data-card .label {
  display: inline-block;
  margin-top: 40px;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 16px;
  color: white;
}

.data-card .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

/* Específicos por cor */
.label.black { background: black; }
.label.red { background: red; }
.label.yellow { background: #eaff00; color: black; }
.label.teal { background: #00ccbe; }
.label.purple { background: #b54eff; }
.label.pink { background: #f505d9; }

/* Pontinhos por cor */
.dot.red { background: red; }
.dot.black { background: black; }
.dot.pink { background: #f505d9; }
.dot.yellow { background: #eaff00; }
.dot.orange { background: #ffb580; }
.dot.teal { background: #00ccbe; }
.dot.purple { background: #b54eff; }
.dot.green { background: #00dd5d; }

.section-ai-data {
  
 width: 99%;
    min-height: 98svh;
    margin-left: 0.5%;
    margin-top: 10px;
    background: #ffffff;
    border: 2px solid #000;
    border-radius: 40px;
    padding: 40px 5vw;
    box-sizing: border-box;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ai-data-box {
  
  border-radius: 40px;
  padding: 60px 40px;
  max-width: 1700px;
  width: 100%;
  
  text-align: left;
}

.ai-subtitle {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #111;
  font-weight: 400;
}

.ai-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 500;
}

.ai-title span {
  display: block;
}

.ai-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.feature h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
}

.ai-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: right;
}

.buy-qeng {
  padding: 14px 30px;
  border-radius: 999px;
  background: white;
  color: black;
  border: 2px solid #e100f5;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}

.connect-wallet {
  padding: 14px 30px;
  border-radius: 999px;
  background: #ff00d4;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .ai-title {
    font-size: 1.8rem;
  }

  .ai-data-box {
    padding: 40px 20px;
  }
}

.section-join-q {
  background: #f6f6f6;
  padding: 150px 20px;
  
}

.join-q-content {
  max-width: 1200px;
  margin: 0 auto;
}

.join-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}

/* Lado Esquerdo */
.join-left {
  flex: 1;
  min-width: 300px;
  z-index: 2;
}

.join-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.join-btn {
  padding: 14px 40px;
  background: white;
  border-radius: 999px;
  border: none;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  
}

.join-btn2 {
  padding: 14px 90px;
  background: white;
  border-radius: 999px;
  border: none;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  
}

.join-title {
  font-family: 'Telegraf';
  font-size: 2.9rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.join-title strong {
  font-weight: 800;
}

.join-description {
  font-size: 1.5rem;
  
  line-height: 1.5;
  margin-bottom: 30px;
}

.join-description em {
  font-style: italic;
}

.apply-btn {
  color: #000;
  text-decoration: none;
  padding: 14px 60px;
  background: white;
  border-radius: 40px;
  border: 2px solid black;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.apply-btn:hover {
  color: #ffffff;
  background: rgb(0, 0, 0);
}

.join-links {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}

/* Lado Direito */
.join-right {
  position: relative;
  min-width: 200px;
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.big-q {
  font-family: 'Telegraf';
  font-size: 9rem;
  font-weight: 800;
  line-height: 1;
}

.social-images {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.social-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Responsivo */
@media (max-width: 768px) {
  .join-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .join-right {
    width: 100%;
    align-items: center;
    margin-top: 40px;
    position: static;
  }

  .social-images {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
}


.card {
  width: 99%;
  min-height: 98svh;
  margin-left: 0.5%;
  margin-top: 10px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo {
  font-family: 'Telegraf';
  font-size: 38px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 250px;
}

.logo-img {
  width: 30px;
  height: 59px;
  margin-right: 10px;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.left, .right {
  max-width: 100%;
}

.left {
  font-family: 'Spacemonoregular';
  flex: 1 1 60%;
  font-size: 20px;
}

.left h2 {
  font-family: 'Garet';
  font-size: 28px;
}

.right {
  font-family: 'Spacemonoregular';
  text-align: justify;
  flex: 1 1 35%;
  display: flex;
  margin-top: -135px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}



.arrow-img {
  width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}


.right p {
  font-size: 20px;
  line-height: 1.6;
  margin-top: -60px;
}

.section-data-wrapper {
 background: white;
  width: 100%;
  padding: 40px 0;
}

.section-data {
 
  width: 99%;
  min-height: 98svh;
  margin-left: 0.5%;
  margin-top: 10px;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Grade de fundo */
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.07) 1px, transparent 1px);
  background-size: 20px 20px;
}

.section-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-data .logo {
  font-family: 'Telegraf';
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  max-width: 1200px;     /* Adicionado */
  margin-left: 0%;     /* Centraliza o bloco */
  margin-top: 0%;
  margin-right: auto;
  margin-bottom: 150px;    /* Centraliza o bloco */
  padding-left: 0;       /* remove qualquer padding lateral extra */
  
}

.section-data .logo-img {
  width: 30px;
  height: 59px;
  
}

.black-box {
  font-family: 'SpaceMonoRegular';
  background: black;
  color: white;
  padding: 6px 12px;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 6px;
}

.gray-sub {
  font-family: 'SpaceMonoRegular';
  font-size: 20px;
  color: #444;
  background-color: #fff;
  margin-bottom: 40px;
  max-width: 800px;
}

.data-title {
  font-family: 'SpaceMonoRegular';
  font-size: 72px;
  font-weight: 800;
  margin: 0 0 40px 0;
  line-height: 1.2;
  max-width: 900px;
}

.data-title .highlight {
  color: #ec30e6;
  display: block;
}

.footer-paragraph {
  font-family: 'Garet';
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding: 1%;
  max-width: 950px;
  margin-bottom: 35px;
}

.footer-paragraph strong {
  font-weight: 800;
}

/* BLOQUINHOS COLORIDOS */




.floating-blobs {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.blob {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}

.blob.green { background-color: #ffffff; }
.blob.red { background-color: #ffffff; }
.blob.pink { background-color: #ffffff; }
.blob.purple { background-color: #ffffff; }
.blob.salmon { background-color: #ffffff; }
.blob.green2 { background-color: #ffffff; }

/* Posicionamento individual */
.blob:nth-child(1) { top: 10%; left: 15%; animation-delay: 0s; }
.blob:nth-child(2) { top: 20%; left: 70%; animation-delay: 0.8s; }
.blob:nth-child(3) { top: 35%; left: 25%; animation-delay: 1.6s; }
.blob:nth-child(4) { top: 50%; left: 80%; animation-delay: 0.4s; }
.blob:nth-child(5) { top: 75%; left: 40%; animation-delay: 1.2s; }
.blob:nth-child(6) { top: 65%; left: 55%; animation-delay: 1.9s; }
.blob:nth-child(7) { top: 85%; left: 10%; animation-delay: 2.3s; }
.blob:nth-child(8) { top: 40%; left: 90%; animation-delay: 0.6s; }
.blob:nth-child(9) { top: 15%; left: 35%; animation-delay: 1.1s; }
.blob:nth-child(10) { top: 30%; left: 60%; animation-delay: 1.7s; }
.blob:nth-child(11) { top: 55%; left: 15%; animation-delay: 0.3s; }
.blob:nth-child(12) { top: 70%; left: 85%; animation-delay: 2.1s; }
.blob:nth-child(13) { top: 10%; left: 50%; animation-delay: 0.7s; }
.blob:nth-child(14) { top: 40%; left: 20%; animation-delay: 0.9s; }
.blob:nth-child(15) { top: 70%; left: 30%; animation-delay: 1.3s; }
.blob:nth-child(16) { top: 25%; left: 75%; animation-delay: 0.2s; }
.blob:nth-child(17) { top: 5%; left: 90%; animation-delay: 1.5s; }
.blob:nth-child(18) { top: 90%; left: 5%; animation-delay: 1.1s; }
.blob:nth-child(19) { top: 35%; left: 85%; animation-delay: 1.6s; }
.blob:nth-child(20) { top: 65%; left: 50%; animation-delay: 2.4s; }
.blob:nth-child(21) { top: 2%; left: 2%; animation-delay: 0s; }
.blob:nth-child(22) { top: 2%; left: 95%; animation-delay: 1s; }
.blob:nth-child(23) { top: 95%; left: 2%; animation-delay: 2s; }
.blob:nth-child(24) { top: 95%; left: 95%; animation-delay: 1.5s; }

.blob:nth-child(25) { top: 10%; left: 5%; animation-delay: 0.3s; }
.blob:nth-child(26) { top: 5%; left: 90%; animation-delay: 0.7s; }
.blob:nth-child(27) { top: 90%; left: 10%; animation-delay: 1.3s; }
.blob:nth-child(28) { top: 85%; left: 85%; animation-delay: 0.9s; }

.blob:nth-child(29) { top: 50%; left: 0%; animation-delay: 0.6s; }
.blob:nth-child(30) { top: 50%; left: 98%; animation-delay: 1.8s; }

/* Estado inicial */
.animated-logo,
.animated-left,
.animated-right {
  opacity: 0;
  transform: translateY(20px);
  animation-fill-mode: forwards;
}

/* Animações */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animações aplicadas */
.animated-logo {
  animation: fadeIn 0.6s ease-out 0.2s forwards;
}

.animated-left {
  transform: translateX(-50px);
  animation: slideInLeft 0.8s ease-out 0.6s forwards;
}

.animated-right {
  transform: translateX(50px);
  animation: slideInRight 0.8s ease-out 0.8s forwards;
}

@keyframes float {
  0% { transform: translateY(0) scale(1); opacity: 0.8; }
  50% { transform: translateY(-25px) scale(1.2); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 0.8; }
}


button {
  font-family: 'Space Mono', monospace;
  font-weight: bold;
  font-size: 0.95rem;
  padding: 10px 25px;
  border: 2px solid #000;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  
  transition: all 0.3s ease; /* suaviza a animação */
}

a {
  display: inline-block;
  transition: all 0.3s ease;
}

.join-links a:hover, .social-images a:hover {
  
  transform: scale(1.2);
}



.link-buttons:hover {
background: #000;
  color: #fff;
  border-color: #ffffff;
}

.tok-button:hover {
  background: #000;
  color: #fff;
  border-color: #ffffff;
  box-shadow: none;
  transform: translate(4px, 4px);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Quando a seção entra em tela */
.observe-fade.in-view .fade-left,
.observe-fade.in-view .fade-right {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-logo,
.fade-in-box,
.fade-in-title,
.fade-in-paragraph {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Delays para ordem visual */
.fade-in-logo {
  animation-delay: 0.2s;
}

.fade-in-box {
  animation-delay: 0.5s;
}

.fade-in-title {
  animation-delay: 0.8s;
}

.fade-in-paragraph {
  animation-delay: 1.1s;
}

/* Keyframe padrão */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.observe-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Quando entra na tela */
.observe-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Nova seção QVT */

.section-qvt{
  width: 99%;
  min-height: 98svh;
  margin-left: 0.5%;
  margin-top: 10px;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
  /* Grade de fundo */
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.07) 1px, transparent 1px);
  background-size: 20px 20px;
}

.section-qvt .logo {
 
  margin-bottom: 150px; 
  margin-left: 0%;
}

.qvt-title {
  
  font-size: 58px;
  font-weight: 800;
  color: #000;
  margin: 60px 0 30px;
  line-height: 1.2;
  text-align: center;
}

.qvt-subtext {
  font-family: 'Garet';
  font-size: 18px;
  color: #111;
  max-width: 500px;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-top: 80px;
  text-align: right;
  align-self: flex-end;
}

.fade-delayed {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-delayed.show {
  opacity: 1;
  transform: translateY(0);
}

.observe-fade.in-view .fade-delayed {
  opacity: 1;
  transform: translateY(0);
}

.section-codes {
  width: 100%;
  min-height: 98svh;
 
  margin-top: 10px;
  background: #ffffff;
 
 
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
  /* Grade de fundo */
  
  background-size: 20px 20px;
}
.section-codes .logo {
  margin-bottom: 150px; 
  margin-left: 0.7%;
}
.section-qr .qr-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.qr-left,
.qr-middle,
.qr-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* Tamanhos por coluna */
.qr-left {
  flex: 1 1 20%;
}

.qr-middle {
  flex: 1 1 40%;
}

.qr-right {
  flex: 1 1 30%;
}

.qr-title {
  font-family: 'Garet';
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  text-align: center;
}

.qr-img,
.qr-map img
 {
  width: 100%;
  max-width: 160px;
  height: auto;
}

.qr-img-final {
  width: 100%;
  max-width: 660px;
  height: auto;
}

.qr-map {
  display: flex;
  align-items: center;
  gap: 15px;
}

.qr-caption {
  font-family: 'SpacemonoRegular';
  font-size: 14px;
  margin-top: -22%;
  margin-left: 59.5%;
  text-align: center;
  max-width: 200px;
  background-color: #ffffff;
}

.section-unchained {
  width: 100%;
  min-height: 98svh;
 
 
  background: #ffffff;
 
 
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
  /* Grade de fundo */
  
  background-size: 20px 20px;
}

.section-unchained .unchained-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

.unchained-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.unchained-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 70px;
}

.unchained-title {
  font-family: 'Spacemonoregular';
  font-size: 64px;
  font-weight: 500;
 
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 10px;
}

.unchained-title strong {
  font-weight: 700;
}

.unchained-sub {
  font-family: 'Garet';
  font-size: 20px;
  margin: 0;
}

.unchained-text {
  font-family: 'Garet';
  font-size: 20px;
  line-height: 1.6;
}

.unchained-img {
  max-width: 670px;
  width: 100%;
  margin-top: 30px;
}

.unchained-block h3 {
  font-family: 'Spacemonoregular';
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.unchained-block p {
  font-family: 'Garet';
  font-size: 18px;
  line-height: 1.6;
}

.section-vllm {
  width: 99%;
  min-height: 98svh;
  margin-left: 0.5%;
  margin-top: 10px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

.section-vllm .vllm-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.section-vllm .logo {
  margin-top: 0%;
  margin-bottom: 50px;
}

.vllm-left {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vllm-right {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.vllm-title {
  font-family: 'Spacemonoregular';
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
}

.vllm-title strong {
  font-weight: 800;
}

.vllm-sub {
  font-family: 'Garet';
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.vllm-text {
  font-family: 'Garet';
  font-size: 30px;
  line-height: 1.6;
}

.qr-arrow-img {
  max-width: 360px;
  width: 100%;
  margin-top: 40px;
}

.qr-caption2 {
  font-family: 'SpacemonoRegular';
  font-size: 25px;
  max-width: 250px;
  margin-top: -5%;
  margin-left: 12%;
  text-align: center;
  
}

.section-problem {
  width: 100%;
  min-height: 98svh;
 
  margin-top: 10px;
  background: #ffffff;
 
 
  
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
  /* Grade de fundo */
  
  background-size: 20px 20px;
}

.problem-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  
}

.problem-left {
  flex: 1 1 45%;
}

.problem-right {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
}

.problem-img {
  margin-top: 50px;
  max-width: 100%;
 
}

/* Título com quadrado rosa */
.problem-title {
  padding: 20px 60px;
  font-family: 'Spacemonoregular';
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  
  width: 100%;
}

.highlight-box {
  position: relative;
  z-index: 1;
}

.highlight-box::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #F02ED1;
  left: -10px;
  top: 45%;
  transform: translateY(-50%);
  z-index: -1;
}

/* GRID BOX CSS */
.grid-box {
  width: 100%;
  margin-top: 30px;
  padding: 30px 40px;
  background-color: white;
  background-image: linear-gradient(to right, #ddd 1px, transparent 1px),
                    linear-gradient(to bottom, #ddd 1px, transparent 1px);
  background-size: 20px 20px;
  position: relative;
  z-index: 0;
}

.problem-text {
  font-family: 'Garet';
  font-size: 30px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding: 0px 40px;
}

.section-problem .logo {
  margin-top: 40px;
  font-family: 'Garet';
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 80px;
  margin-bottom: 30px;
}

.section-ai-engine {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
  text-align: center;
}

.section-ai-title {
  font-family: 'Spacemonoregular';
  font-size: 3rem;
  font-weight: 800;
  color: #f42ce6;
}

.section-ai-title .highlight {
  display: block;
  font-size: 2.5rem;
  color: #f42ce6;
  font-weight: 700;
}

.section-ai-subtitle {
  font-size: 1.5rem;
  color: #e644f8;
  margin: 20px 0 60px;
  font-weight: 600;
}

.section-ai-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.ai-card {
  background: transparent;
  max-width: 300px;
  color: white;
  font-size: 0.9rem;
  text-align: center;
}

.ai-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ff5acc;
}

.ai-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ai-card p {
  font-family: 'Garet';
  font-weight: 300;
  line-height: 1.5rem;
}

.ai-card.bordered {
 
  padding: 20px;
}

.ai-bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  z-index: 1;
  pointer-events: none;
}

.section-launch {
  position: relative;
  padding: 80px 20px;
  background: url('images/blur-background.png') center/cover no-repeat;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* === Card base === */
.launch-card {
  position: relative;
  width: 500px;
  min-height: 300px;
  border: 2px solid black;
  border-radius: 40px;
  background-color: white;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

/* === Animações com delay === */
.launch-card.left2 {
  animation-delay: 0.3s;
}

.launch-card.middle {
  animation-delay: 0.5s;
}

.launch-card.right2 {
  animation-delay: 0.7s;
}

/* === Card do meio aproveita o fundo === */
.launch-card.middle {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* === Imagens de fundo nos cards laterais === */
.launch-card.left2 {
  background-image: url('images/api-graphic.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150%;
  padding-top: 160px;
}

.launch-card.right2 {
  background-image: url('images/qr-icon.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150px;
  margin-top: 10px;
  padding-top: 160px;
}

.launch-card h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.launch-card p {
  font-size: 24px;
  line-height: 1.5;
}

.launch-card button {
  margin-top: 30px;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 16px;
  background: white;
  border: 2px solid black;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s ease;
}

.launch-card button:hover {
  background: black;
  color: white;
}

.launch-footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
}

.launch-footer img {
  height: 32px;
}

.section-wallet {
  width: 99%;
  min-height: 98svh;
  margin-left: 0.5%;
  margin-top: 10px;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.07) 1px, transparent 1px);
  background-size: 20px 20px;
}

.wallet-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;  /* nova linha */
  text-align: center;
  gap: 20px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; /* nova linha */
}

.wallet-title {
  font-family: 'Spacemonoregular';
  font-size: 52px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.wallet-sub {
  font-family: 'Garet';
  font-size: 18px;
  color: #222;
  text-align: center;
}

.wallet-label {
  font-family: 'Garet';
  font-size: 16px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}

.wallet-input {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  font-family: 'Garet';
  border-radius: 8px;
  border: 2px solid #000000;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wallet-button {
  font-family: 'Space Mono', monospace;
  font-weight: bold;
  font-size: 1rem;
  padding: 12px 25px;
  border: 2px solid #000;
  border-radius: 25px;
  background: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

.logo-wallet {
 position: fixed;
  top: 50px;
  left: 81px;
  z-index: 999;
  display: flex;
  align-items: center;
  font-family: 'Telegraf';
  
  
  color: #000;
}

.wallet-success {
  font-family: 'SpaceMonoRegular';
  font-size: 1.2rem;
  color: #00b600; /* verde forte */
  margin-top: 20px;
  text-align: center;
}


.wallet-button:hover {
  background: black;
  color: white;
}


/* === Fade In Up Animation === */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Animação fade in up === */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .left-text {
    text-align: center;
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }

  .right-content {
    width: 100%;
    order: 2;
  }
  .section-qvt {
    justify-content: flex-start;
  }
  .qvt-title {
    font-size: 32px;
    margin: 40px 0 20px;
  }

  .qvt-subtext {
    font-size: 14px;
    text-align: center;
    align-self: center;
    margin-bottom: 30px;
  }
  .card {
   
    border-radius: 30px;
  }

  .logo {
    font-size: 38px;
    margin-top: 0%;
  }

  .section-data .logo {
    margin-left: -1.5%;
  }
  .left h2 {
    font-size: 1.4rem;
  }

  .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .left, .right {
    max-width: 100%;
  }

  .left p,
  .right p {
    font-size: 0.9rem;
    text-align: center;
  }

  .right {
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 0;
    display: flex;
    z-index: 1;
  }

  .section-qr .qr-layout {
    flex-direction: column;
    align-items: center;
  }

  .qr-map {
    flex-direction: column;
  }

  .qr-caption {
    font-size: 13px;
  }

  .unchained-content {
    flex-direction: column;
    align-items: center;
  }

  .unchained-title {
    font-size: 42px;
    padding: 8px 20px;
    text-align: center;
  }

  .unchained-block h3 {
    font-size: 22px;
    text-align: center;
  }

  .unchained-right, .unchained-left {
    text-align: center;
    align-items: center;
  }

  .unchained-img {
    max-width: 80%;
  }

  .vllm-layout {
    flex-direction: column;
    align-items: center;
  }
  .vllm-title {
    font-size: 70px;
  }

  .vllm-sub {
    font-size: 20px;
  }
  .vllm-text {
    font-size: 20px;
  }
  .vllm-left,
  .vllm-right {
    width: 100%;
    max-width: 500px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
  }

  .qr-arrow-img {
    margin-top: 20px;
    margin-bottom: 14px;
    max-width: 240px;
    margin-left: -12%;
  }

  .qr-caption2 {
    text-align: center;
    max-width: 240px;
    margin-left: -3%;
  }

  .problem-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .problem-title {
    font-size: 48px;
    margin-top: 20px;
  }

  .highlight-box::before {
    width: 40px;
    height: 40px;
    top: 50%;
    left: -10px;
  }

  .problem-text {
    font-size: 16px;
  }

  .grid-box,
.problem-title,
.problem-text {
  padding-left: 0px;
  padding-right: 0px;
}

  .problem-img {
    width: 100%;
   
  }

  .section-problem .logo {
    justify-content: center;
  }

  .section-ai-title {
    font-size: 2.2rem;
  }

  .section-ai-title .highlight {
    font-size: 1.8rem;
  }

  .section-ai-cards {
    flex-direction: column;
    gap: 30px;
  }

  .ai-card {
    margin: 0 auto;
  }

  .ai-bg-image {
    width: 100px;
  }

  .section-launch {
    flex-direction: column;
    align-items: center;
    padding: 60px 10px;
  }

  button {
    align-self: center;
  }
   .launch-card{
    width: 300px;
   }
  .section-impact {
  padding: 40px 5vw;
  min-height: 100vh;
  height: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



  .impact-title {
  font-size: 3rem; /* ajuste conforme o layout */
  line-height: 1.1;
  text-align: center;
  margin: 0 auto;
  max-width: 100%; /* permite que o texto ocupe o espaço da tela */
  word-break: break-word;
}




  .impact-logo {
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    font-size: 0.9rem;
  }

  .impact-bg-image {
    width: 200px;
    height: 200px;
    bottom: 20px;
    right: 20px;
    background-size: contain;
  }

  .blox-container {
    flex-direction: column;
    gap: 40px;
  }

  .blox-title {
    font-size: 2rem;
    text-align: left;
  }

  .blox-left p,
  .blox-card p {
    font-size: 15px;
  }

  .blox-card h3 {
    font-size: 1.1rem;
  }

  .blox-right {
    gap: 30px;
  }

  .logo-wallet {
 
  top: 50px;
  left: 30px;
  
}

  @media (max-width: 768px) {
  .section-infra {
    padding: 40px 5vw;
    text-align: center;
  }

  .infra-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .infra-paragraphs {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .infra-left,
  .infra-right {
    font-size: 16px;
    text-align: center;
  }

  .infra-logo {
    justify-content: center;
    font-size: 1rem;
    flex-direction: column;
  }

  .infra-logo img {
    height: 28px;
  }

  
}



  .section-services {
  padding: 60px 5vw;
  width: 100%;
  box-sizing: border-box;
}

.services-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.services-container {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;        /* <- garante que não "encoste" na esquerda */
}

.service-card {
  width: 90%;
  max-width: 360px;
  height: auto;
  padding: 24px 20px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;      /* <- centraliza */
}

.service-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.service-card h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 auto;
}

.service-card p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.explore-button-wrapper {
  height: auto;
  margin-top: 20px;
  align-self: center;
  display: flex;
  justify-content: center;
}

.explore-btn {
  font-size: 1rem;
  padding: 12px 30px;
}

@media (max-width: 768px) {
  .section-dapps {
    flex-direction: column;
    padding: 60px 20px;
    gap: 40px;
  }

  .dapps-title {
    font-size: 3.5rem;
  }

  .dapps-bg {
    width: 120px;
  }

  .dapps-right {
    grid-template-columns: 1fr;
  }

  .dapp-card {
    padding: 20px;
  }
}

.dapps-left {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.dapps-title {
  text-align: center;
}

.dapps-description,
.dapps-sub,
.dapps-footnote {
  text-align: center;
}

.dapps-bg {
  left: 50%;
  transform: translateX(-50%);
}

.token-title {
    font-size: 1.6rem;
  }

  .token-steps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .token-card {
    width: 90%;
  }

  .build-logo {
  justify-content: center;
  margin-top: 30px;
}

.section-build {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
}

.build-left,
.build-right,
.build-footer {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.build-title {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.build-description {
  font-size: 1rem;
  margin-bottom: 24px;
}

.build-qr {
  max-width: 220px;
  width: 100%;
  margin: 30px auto;
}

.build-footer {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}



.qvt-grid-title {
    font-size: 24px;
  }

  .qvt-logo {
    flex-direction: column;
    font-size: 24px;
  }

  .qvt-logo-img {
    margin: 0 0 10px 0;
    width: 30px;
  }

  .qvt-content pre {
    font-size: 12px;
    padding: 15px;
  }

  .qvt-content button {
    width: 100%;
  }

  .section-dapps {
    flex-direction: column;
    padding: 60px 20px;
    gap: 40px;
  }

  .dapps-left {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .dapps-title {
    font-size: 2.5rem;
  }

  .dapps-description,
  .dapps-sub,
  .dapps-footnote {
    font-size: 1rem;
    text-align: center;
  }

  .dapps-btn {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
  }

  .dapps-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
    margin-top: 40px;
  }

  .dapp-card {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }

  .dapp-card h3 {
    font-size: 1.2rem;
  }

  .dapp-card p {
    font-size: 0.9rem;
  }

  .dapp-label {
    max-width: 100px;
    height: auto;
  }

  .dapps-bg {
    width: 100px;
    margin-bottom: 20px;
  }


  
}
 
/* 1*/
.section-impact {
  width: 100%;
  min-height: 100vh;
  height: auto; 
  background-color: #000;
  color: #b02ebc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: left;
  padding: 0 5vw;
  overflow: visible; 
  flex-direction: column; 
}


.impact-overlay {
  z-index: 2;
  max-width: 1200px;
}

.impact-title {
  font-family: 'TelegrafBold';
  font-size: 11rem;
  font-weight: 800;
  line-height: 0.9;
  margin: 0;
  opacity: 75%;
}

.impact-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-family: 'Telegraf';
  font-size: 1.2rem;
  color: white;
}

.impact-logo .logo-img {
  height: 32px;
  width: auto;
}


.impact-bg-image {
  position: absolute;
  bottom: 40px;
  right: 220px;
  width: 400px;
  height: 400px; 
  background-image: url('images/qrimpact.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.cursor-highlight {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 0, 157, 0.2);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 3;
  mix-blend-mode: overlay;
}

.hover-word {
  position: relative;
  z-index: 4;
  display: inline-block;
  transition: color 0.3s ease;
}

/* 2 */

.section-infra {
  background-color: #000;
  color: white;
  padding: 80px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  text-align: left;
}

.infra-content {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.infra-title {
  font-family: 'CooperHewitt';
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  margin-bottom: 50px;
  text-align: right;
}

.pink-square {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #F02ED1;
  margin-right: 10px;
  margin-top: 6px;
}

.infra-title .highlight {
  color: #22cfd4; /* azul neon ciano */
}

.infra-paragraphs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.infra-left,
.infra-right {
  flex: 1 1 45%;
  font-family: 'Garet';
  font-size: 18px;
  line-height: 1.6;
  color: white;
  text-align: right;
}

.infra-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Telegraf';
  font-size: 1.2rem;
  color: white;
}

/* 3 */

.section-blox {
  background: #f4f4f4;
  color: #000;
  padding: 80px 5vw;
  font-family: 'Garet', sans-serif;
}


.blox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.blox-left {
  flex: 1 1 50%;
}

.blox-title {
  font-family: 'Telegraf', sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2;
  min-height: 3.4rem;
}

.blox-x {
  font-weight: bold;
}

.pink-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f02ed1;
  margin-left: 6px;
  border-radius: 0;
  vertical-align: middle;
}

.blox-left p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 17px;
}

.blox-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blox-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  font-family: 'Telegraf', sans-serif;
}

.blox-card p {
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #f02ed1;
  padding-top: 12px;
}

.pink-dot {
  background-color: #f02ed1;
}

.type-text {
  font-family: 'Telegraf', sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
  overflow: hidden;
  display: inline-block;
  min-height: 4.2rem;
}

.blinking-cursor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f02ed1;
  margin-left: 6px;
  vertical-align: middle;
  opacity: 0;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

/* 4 */

.section-ecosystem {
  background: #f4f4f4;
  color: #000;
  padding: 100px 5vw;
  font-family: 'Garet', sans-serif;
  text-align: center;
  margin-top: -100px;

}

.ecosystem-title {
  font-family: 'Telegraf', sans-serif;
  font-size: 3rem;
  margin-bottom: 10px;
}

.ecosystem-sub {
  font-family: 'Telegraf', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  
  display: inline-block;
  margin-bottom: 60px;
}

.pillar-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.pillar-box {
  position: relative;
  width: 320px;
  height: 320px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 16px; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}


.pillar-box:hover {
  transform: scale(1.03);
}

.pillar-label {
  font-size: 1.5rem;
  font-family: 'Garet', sans-serif;
  color: #000;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.pillar-box:hover .pillar-label {
  opacity: 0;
}

.pillar-overlay {
  position: absolute;
  inset: 0;
  background-color: #fff;
  color: black;
  opacity: 0;
  padding: 20px;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  z-index: 3;
}

.pillar-box:hover .pillar-overlay {
  opacity: 1;
}

.pillar-overlay h3 {
  font-family: 'Telegraf', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.pillar-overlay p {
  font-size: 14px;
  line-height: 1.5;
  max-height: 140px;
  overflow-y: auto;
}

.pillar-box {
  position: relative;
  overflow: hidden;
}

.floating-blobs-pillars {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.pillar-box:hover .floating-blobs-pillars {
  opacity: 0;
}

.floating-blobs-pillars .blob {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}


.pillar-box .blob:nth-child(1) { top: 15%; left: 25%; animation-delay: 0s; }
.pillar-box .blob:nth-child(2) { top: 60%; left: 70%; animation-delay: 1s; }
.pillar-box .blob:nth-child(3) { top: 30%; left: 50%; animation-delay: 2s; }

.click-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  rotate: 20deg;
 animation: pulse 1.5s infinite;
  
  transition: opacity 1s ease;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

.pillar-box:hover .click-icon {
  display: none;
}

.section-services {
  padding: 100px 5vw;
  background-color: #f4f4f4;
  font-family: 'Garet', sans-serif;
}

.services-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background-color: white;
  border: 2px solid #000;
  border-radius: 20px;
  width: 280px;
  height: 280px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.3s ease;
}

.service-card h3 {
  font-family: 'Telegraf', sans-serif; /* TÍTULO */
  font-size: 2rem !important;
  margin-bottom: 10px;
  margin-top: -10px;
}

.service-card p {
  font-family: 'Garet', sans-serif;   /* TEXTO */
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
}


.service-card:hover {
  transform: scale(1.03);
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-family: 'Telegraf', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
}

/* Explore Button */
.explore-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* pega a altura dos cards */
  align-self: center; /* centraliza verticalmente entre os cards */
  padding-left: 10px;
}


.explore-btn {
  font-family: 'Space Mono', monospace;
  font-weight: bold;
  font-size: 0.95rem;
  padding: 12px 30px;
  border: 2px solid #000;
  border-radius: 999px;
  background: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.explore-btn:hover {
  background: #000;
  color: #fff;
}

.section-dapps {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 100px 5vw;
  background-color: #f4f4f4;
  font-family: 'Garet', sans-serif;
  justify-content: center;
}

.dapps-left {
  flex: 1 1 300px;
  max-width: 480px;
  position: relative;
}

.dapps-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  z-index: 0;
}

.dapps-title {
  font-family: 'Telegraf', sans-serif;
  font-size: 5rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.dapps-description,
.dapps-sub,
.dapps-footnote {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.dapps-btn {
  font-family: 'Space Mono', monospace;
  font-size: 0.95rem;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 12px 28px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dapps-btn:hover {
  background: #000;
  color: white;
}

.dapps-right {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 por linha no desktop */
  gap: 24px;
}


.dapp-card {
  border: 2px solid #000;
  border-radius: 20px;
  padding: 18px;
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dapp-label {
  width: 100px;
  margin-bottom: 16px;
}

.dapp-card h3 {
  font-family: 'TelegrafBold', sans-serif;
  font-size: 1.2rem;
  margin-top: -15px;
}

.dapp-card p {
  font-family: 'Garet', sans-serif;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #333;
  margin-top: -10px;
}

.section-token {
  padding: 100px 5vw;
  background-color: #f4f4f4;
  font-family: 'Garet', sans-serif;
  text-align: center;
  margin-top: -100px;
}

.token-title {
  font-size: 2rem;
  margin-bottom: 40px;
  font-family: 'Garet', sans-serif;
  
}

.token-steps {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.token-card {
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 300px;
  padding: 30px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 0 2px #000;
  transition: transform 0.3s ease;
}



.token-card h3 {
  font-family: 'Telegraf', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-align: center;
}

.token-status {
  display: block;
  font-family: 'Space Mono', monospace;
  font-weight: bold;
  font-size: 2.5rem;
  border-bottom: 1px solid #00000073;
  margin-bottom: 16px;
  text-align: center;
}





.token-status.live {
  color: #e500c4;
}

.token-status.beta {
  color: #ec30e6;
}

.token-status.dev {
  color: #868100;
}

.token-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

.token-card ul {
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.token-card ul li {
  list-style: disc;
  margin-bottom: 6px;
}

.section-build {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 100px 5vw;
  background-color: #f4f4f4;
  flex-wrap: wrap;
  gap: 40px;
  font-family: 'Garet', sans-serif;
}

.build-left {
  flex: 1 1 300px;
  max-width: 480px;
}

.build-title {
  font-family: 'TelegrafBold', sans-serif;
  font-size: 2.2rem;
  margin-top: -50px;
}

.build-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.build-btn {
  font-family: 'Space Mono', monospace;
  font-size: 0.95rem;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 12px 28px;
  background: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.build-btn:hover {
  background: #000;
  color: #fff;
}

.build-right {
  flex: 1 1 300px;
  max-width: 480px;
  text-align: center;
}

.build-qr {
  width: 100%;
  max-width: 280px;
  margin-bottom: 30px;
}

.build-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.build-socials img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.build-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  position: relative;
  width: 100%;
  font-family: 'TelegrafBold', sans-serif;
}

.quantara-logo {
  width: 25px;
  height: 45px;
}


.build-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.build-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'TelegrafBold', sans-serif;
}

.quantara-logo {
  width: 30px;
  height: 40px;
  
}

.quantara-text {
  font-size: 2rem;
  font-weight: bold;
}

.build-socials {
  display: flex;
  gap: 16px;
  margin-bottom: -45px;
}

.build-socials img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.qvtgen-section {
  width: 99%;
  min-height: 98svh;
  margin: 20px auto;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 40px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 1px, transparent 1px);
  background-size: 20px 20px;
}

.qvtgen-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.qvtgen-title {
  font-family: 'SpacemonoRegular';
  font-size: 58px;
  font-weight: 800;
  margin: 40px 0 20px;
  margin-top: -160px;
}

.qvtgen-subtext {
  font-family: 'Garet';
  font-size: 18px;
  color: #111;
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.qvtgen-button {
  font-family: 'Space Mono', monospace;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 25px;
  border: 2px solid #000;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 30px;
}

.qvtgen-button:hover {
  background: #000;
  color: #fff;
}

.qvtgen-data {
  font-family: 'SpacemonoRegular';
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
}











