
h1 {
  font-family: Impact, sans-serif; font-weight: 100 !important;
  font-size: 5em !important;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.05;
  margin: 0 0 18px 0;
  color: #111;
}
p {
    font-family: 'Roboto Mono', monospace;
  font-size: 1.4em !important;
  color: #222;
  margin: 0 0 18px 0;
  letter-spacing: 1px;
  line-height: 1.3;
}

b {
  font-weight: 700 !important;
}

body {
  background: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
}
.header-bar {
  background: #ed8b22;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  box-shadow: 0 4px 10px #0001;
  height: 60px;
}
.logo {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.logo .emoji {
  font-size: 1.2em;
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
}
.logo .money {
  color: #fff;
  font-weight: 700;
  margin-left: 2px;
}
.nav {
  display: flex;
  gap: 36px;
  margin-left: 30px;
  flex: 1;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto Mono', monospace;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  transition: opacity 0.2s;
  opacity: 0.95;
}
.nav a:hover {
  opacity: 1;
  text-decoration: underline;
}
.whitelist-btn {
  background: #fff;
  color: #ed8b22;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 8px 28px;
  box-shadow: 0 2px 6px #0002;
  cursor: pointer;
  margin-left: 24px;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
  font-family: 'Rubik Beastly',  sans-serif;
  font-weight: 200;
 
}

.whitelist-btn-header {
  background: #fff;
  color: #ed8b22;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 8px 28px;
  box-shadow: 0 2px 6px #0002;
  cursor: pointer;
  margin-left: 24px;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
  font-family: 'Rubik Beastly',  sans-serif;
  font-weight: 200;
 
}

.whitelist-btn:hover {
  background: #ffe1b2;
  color: #b85e00;
}
.hero-section {
  width: 90%;
  max-width: 900px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.hero-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hero-text {
  flex: 2;
}

.hero-text .highlight {
  color: #ed8b22;
}

.hero-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-left: 24px;
}
.hero-coin {
    width: 80%;
  margin-bottom: 10px;
}
.hero-btn {
  font-size: 2em;
  padding: 10px 32px;
  box-shadow: 0 4px 10px #0001;
  width: 80%;
  border-radius: 50px;
  height: 70px;
  font-family: 'Rubik Beastly',  sans-serif;
  font-weight: 200;
  background-color: #ed8b22;
  color: #fff;
}
.hero-chickens {
  width: 100%;
  max-width: 820px;
  margin: 18px auto 0 auto;
  display: block;
}
.season-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.season-card {
  background: #fff;
  border-radius: 24px;
  border: 2px solid #f2f2f2;
  box-shadow: 0 2px 12px #0001;
  padding: 24px 24px 18px 24px;
  max-width: 820px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
}
.season-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}
.season-title {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 4em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: 12px;
}
.season-available {
  background: #27c427;
  color: #fff;
  border-radius: 12px;
  padding: 4px 18px;
  font-size: 1.1em;
  font-weight: 700;
  margin-left: auto;
  letter-spacing: 1px;
  display:flex;
  align-items: flex-end;
}
.season-poopcoin {
  width: 38px;
  margin-left: 10px;
}
.season-desc {
  font-family: 'Roboto Mono', monospace;
  font-weight: 200 ;
  font-size: 1.1em;
  margin-bottom: 18px;
  color: #222;
}
.season-main {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 16px;
}
.season-box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 12px #0001;
  padding: 16px 18px 18px 18px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.farm-img {
  width: 50%;
}
.season-box-top {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.season-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 50%;
}

.arrow-btn {
  background: none;
  border: none;
  font-size: 1.2em;
  color: #ed8b22;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  font-weight: bold;
  transition: color 0.2s;
  
}
.arrow-btn:hover {
  color: #b85e00;
}

.galinhavaso1-img {
  width: auto;
  height: 60px;
  margin: 0 4px;
  vertical-align: middle;
}

.season-qty {
  font-size: 1.5em;
  font-weight: 700;
  width: 32px;
  text-align: center;
  display: inline-block;
}
.season-chicken {
  width: 32px;
  margin: 0 4px;
  vertical-align: middle;
}
.season-ths {
  font-size: 0.9em;
  color: #888;
  margin-right: 8px;
  margin-left: 2px;
}
.season-currency {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 1.1em;
  font-weight: 700;
  margin-left: 8px;
  transition: background 0.2s;
}
.season-currency:hover {
  background: #ffe1b2;
}
.season-flag {
  width: 22px;
  margin-right: 6px;
  vertical-align: middle;
}
.season-btn {
  width: 100%;
  margin-top: 10px;
  font-size: 1.5em;
  padding: 10px 0;
    font-family: 'Rubik Beastly',  sans-serif;
  font-weight: 100;
  background-color: #ed8b22;
  color: #fff;
  height: 70px;
  border-radius: 50px;
  margin-left: 0px;
}
.season-mina {
  width: 220px;
  max-width: 40vw;
  margin-left: 12px;
  margin-bottom: 0;
  display: block;
}
.season-info {
  margin-top: 18px;
  font-family: 'Roboto Mono', monospace;
  font-weight: 200;
  font-size: 1.5em;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 50px;
}
.season-icon {
  width: 35px;
  vertical-align: middle;
  margin-right: 6px;
  
}

.season-mina {
  width: 320px;
  max-width: 40vw;
  margin-left: 12px;
  margin-bottom: 0;
  display: block;
}
@media screen and (max-width: 900px) {
  .season-main { flex-direction: column; align-items: center; gap: 18px; }
  .season-mina { margin-left: 0; width: 90vw; max-width: 99vw; }
  .season-left { max-width: 99vw; min-width: 0; width: 100%; }
}
@media screen and (max-width: 700px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-side {
    flex-direction: row;
    gap: 12px;
    margin: 18px 0 0 0;
  }
  .hero-chickens {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .season-card { max-width: 99vw; }
  .season-main { flex-direction: column; align-items: flex-start; gap: 18px; }
  .season-mina { margin-left: 0; }
}
@media screen and (max-width: 600px) {
  .season-section { padding: 0 2vw; }
  .season-card { padding: 12px 4vw 10px 4vw; }
  .season-main { flex-direction: column; gap: 10px; }
  .season-mina { width: 98vw; max-width: 98vw; }
}
.poop-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.poop-card {
  background: #fff;
  padding: 24px 24px 18px 24px;
  max-width: 900px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.poop-title {
  font-size: 2.2em;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}
.poop-desc {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.5em;
  font-weight: 200;
  color: #222;
  margin-bottom: 18px;
}
.poop-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 18px 0;
  gap: 18px;
}
.poop-side {
  background: #fafafa;
  border-radius: 18px;
  padding: 18px 18px 14px 18px;
  font-family: 'Montserrat', monospace;
  font-size: 1em;
  color: #222;
  width: 500px;
  min-width: 140px;
  box-shadow: 0 2px 8px #0001;
  text-align: left;
}
.poopcoin-section-size {
  width: 80%;
  min-width: 100px;
  margin-left: -50px;
  margin-right: -50px;
  display: block;
  z-index: 50;
}
.poop-side-right {
  text-align: left;
  padding-left: 30px;
    border-radius: 0px 60px 60px 0px;
}
.poop-side-left {
    border-radius: 60px  0px  0px 60px;
  text-align: right;
  padding-right: 30px;
}
.poop-coin-img {
  width: 120px;
  min-width: 90px;
  margin: 0 10px;
  display: block;
}
.poop-bottom {
  margin-top: 18px;
  font-family: 'Roboto Mono', monospace;
  font-size: 1.5em;
  font-weight: 200;
  color: #222;
}
.poop-bold {
  font-weight: 900;
  font-size: 1.13em;
}


@media (max-width: 900px) {
  .poop-card { max-width: 99vw; }
  .poop-row { flex-direction: column; gap: 10px; }
  .poop-side { width: 100%; min-width: 0; text-align: center; }
  .poop-coin-img, .poopcoin-section-size { margin: 10px auto; }
}
.stonks {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.stonksimg {
  width: 90%;
  max-width: 900px;
  display: block;
}
.acumule-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.rende40img{
    width: 100%;
    display: block;
}
.acumule-card {
  background: #fff;
  border-radius: 24px;
  border: 2px solid #f2f2f2;
  box-shadow: 0 2px 12px #0001;
  padding: 32px 24px 24px 24px;
  max-width: 820px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acumule-left {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.acumule-galinhas {
  width: 60%;
  margin-right: 10px;
}
.acumule-text {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  font-size: 2em;
  color: #111;
  line-height: 1.05;
  letter-spacing: 1px;
}
.acumule-title {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.1;
}
.highlight-btc {
  color: #ed8b22;
}
.acumule-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.acumule-percent {
  background: linear-gradient(135deg, #d4f7c5 0%, #6fdc4b 100%);
  border-radius: 28px;
  box-shadow: 0 4px 16px #0001;
  padding: 18px 32px 10px 32px;
  display: flex;
  align-items: flex-end;
  min-width: 220px;
  min-height: 110px;
  position: relative;
  margin-left: 24px;
}
.acumule-plus {
  color: #ed8b22;
  font-size: 3em;
  font-weight: 900;
  margin-right: 8px;
  line-height: 1;
}
.acumule-percent-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.acumule-percent-label {
  font-size: 0.95em;
  color: #222;
  font-weight: 500;
  margin-bottom: -8px;
  margin-left: 2px;
}
.acumule-percent-value {
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -2px;
  text-shadow: 0 2px 8px #0002;
}
.acumule-btn {
  width: 60%;
  margin: 32px auto 0 auto;
  font-size: 1.3em;
  padding: 14px 0;
  display: block;
  background-color: #ed8b22;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .acumule-card { max-width: 99vw; }
  .acumule-left { flex-direction: column; align-items: flex-start; gap: 10px; }
  .acumule-right { margin-left: 0; margin-top: 18px; }
  .acumule-btn { width: 90%; }
}
@media screen and (max-width: 600px) {
  .acumule-card { padding: 12px 4vw 10px 4vw; }
  .acumule-left { flex-direction: column; align-items: flex-start; }
  .acumule-galinhas { width: 90px; }
  .acumule-percent { min-width: 120px; padding: 10px 10px 6px 10px; }
  .acumule-percent-value { font-size: 2.2em; }
  .acumule-title { font-size: 1.2em; }
}
.footer-bar {
  width: 90%;
  max-width: 900px;
  margin: 40px auto 24px auto;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 2px 10px #0001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  height: 56px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-logo {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
  color: #111;
}
.footer-coin {
  height: 26px;
  margin-right: 2px;
  vertical-align: middle;
}
.footer-money {
  color: #111;
  font-weight: 700;
  margin-left: 2px;
}
.footer-copy {
  color: #888;
  font-size: 1em;
  margin-left: 8px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-icon img {
  width: auto;
  height: 28px;
  display: block;
  filter: grayscale(0%);
  transition: filter 0.2s, transform 0.2s;
}

.footer-icon:hover img {
  filter: grayscale(60%);
  transform: scale(1.12);
}
@media screen and (max-width: 700px) {
  .footer-bar {
    flex-direction: column;
    height: auto;
    padding: 12px 10vw;
    gap: 10px;
  }
  .footer-social {
    gap: 14px;
  }
}
.oque-section {
      width: 90%;
      max-width: 900px;
      margin: 40px auto 0 auto;
      background: #fff;
      border-radius: 24px;

      padding: 32px 24px 24px 24px;
      font-family: 'Montserrat', Arial, sans-serif;
      text-align: center;
    }
    .oque-title {
      font-size: 2.7em;
      font-weight: 900;
      letter-spacing: 4px;
      margin-bottom: 8px;
      color: #444;
    }
    .oque-subtitle {
      font-family: 'Roboto Mono', monospace;
      font-size: 1.1em;
      font-weight: bold;
      color: #222;
      margin-bottom: 28px;
    }
    .oque-row {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 24px;
      margin-bottom: 32px;
    }
    .oque-row-bottom {
      margin-bottom: 18px;
    }
    .oque-galinha {
      width: 110px;
      min-width: 80px;
      align-self: flex-start;
    }
    .oque-desc {
      font-family: 'Roboto Mono', monospace;
      font-size: 1.18em;
      color: #222;
      text-align: left;
      margin: 0;
      max-width: 600px;
    }
    .oque-final {
      font-family: 'Roboto Mono', monospace;
      font-size: 1.18em;
      color: #222;
      margin-top: 18px;
      font-weight: bold;
      text-align: center;
    }
    @media screen and (max-width: 700px) {
      .oque-section { padding: 16px 2vw 10px 2vw; }
      .oque-row, .oque-row-bottom { flex-direction: column; align-items: center; gap: 10px; }
      .oque-galinha { width: 70px; }
      .oque-desc { font-size: 1em; text-align: center; }
      .oque-title { font-size: 1.5em; }
    }
    .funciona-section {
      width: 100%;
    
      display: flex;
      justify-content: center;
      margin: 40px 0 0 0;
    }
    .funciona-card {
      background: #fff;
      border-radius: 32px;
      border: 2px solid #f2f2f2;
      padding-bottom: 25px;
      box-shadow: 0 2px 12px #0001;
      max-width: 900px;
      width: 100%;
      font-family: 'Montserrat', Arial, sans-serif;
      text-align: center;
    }
    .funciona-title {
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      font-size: 4em;
      font-weight: 20;
      letter-spacing: 6px;
      margin-bottom: 18px;
      color: #444;
    }
    .funciona-content {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 36px;
      margin-top: 10px;
    }
    .funciona-img {
      width: 55vw;
      max-width: 500px;
      min-width: 260px;
      border-radius: 12px;
      box-shadow: 0 2px 8px #0001;
      background: #fff;
    }
    .funciona-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
        font-family: 'Roboto Mono', monospace;
      color: #222;
      margin-top: 10px;
      min-width: 220px;
      max-width: 320px;
      text-align: left;
      gap: 10px;
    }
    .funciona-info p {
      margin: 0 0 8px 0;
      line-height: 1.3;
      font-size: 1.1em !important;
    }
    .funciona-btn {
      margin-top: 18px;
      font-size: 1.2em;
      width: 90%;
      padding: 12px 0;
      display: block;
      background-color: #ed8b22;
      color: #fff;
    }
    @media screen and (max-width: 900px) {
      .funciona-content { flex-direction: column; align-items: center; gap: 18px; }
      .funciona-img { width: 95vw; max-width: 99vw; }
      .funciona-info { align-items: center; text-align: center; }
    }
    @media screen and (max-width: 600px) {
      .funciona-card { padding: 12px 2vw 10px 2vw; }
      .funciona-title { font-size: 1.5em; }
      .funciona-img { min-width: 0; }
      .funciona-info { font-size: 1em; }
    }

    .section-mining {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 40px 0 0 0;
    }
    .mining-img {
      width: 100%;
      max-width: 900px;
      display: block;
    }

    .poop-token-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.poop-token-content {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.poop-token-img {
  width: 40%;
  min-width: 120px;
  margin-top: 10px;
}
.poop-token-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.poop-token-text pre {
    font-family: 'Roboto Mono', monospace;
  font-size: 1.25em;
  color: #111;
  background: none;
  padding-top: 50%;
  border: none;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .poop-token-content {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .poop-token-img {
    width: 110px;
    margin-bottom: 10px;
  }
  .poop-token-text pre {
    font-size: 1em;
    text-align: center;
  }
}
.porque-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.porque-card {
  background: #fff;
  border-radius: 32px;
  border: 2px solid #f2f2f2;
  box-shadow: 0 2px 12px #0001;
  padding: 32px 24px 24px 24px;
  max-width: 900px;
  width: 95%;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}
.porque-title {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 4em;
  font-weight: 200;
  letter-spacing: 6px;
  margin-bottom: 18px;
  color: #444;
  margin-top: 0px;
}
.porque-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  margin-top: 10px;
}
.porque-text {
        font-family: 'Roboto Mono', monospace;
  font-size: 1.18em;
  color: #222;
  text-align: left;
  max-width: 540px;
  margin-top: 10px;
  padding-left: 50px;
}
.porque-text p {
  margin: 0 0 16px 0;
  line-height: 1.3;
}
.porque-side {
  display: flex;
  flex-direction: column;
  align-items: center;
width: 40%;
  gap: 18px;
}
.porque-galinha {
  min-width: 120px;
  margin-bottom: 10px;
}
.porque-btn {
  width: 100%;
  font-size: 1.2em;
  padding: 14px 0;
  margin-top: 10px;
  margin-left: 0px;
  background-color: #ed8b22;
    color: #fff;

}
@media screen and (max-width: 900px) {
  .porque-content { flex-direction: column; align-items: center; gap: 18px; }
  .porque-side { align-items: center; }
  .porque-galinha { width: 110px; }
  .porque-title { font-size: 1.7em; }
  .porque-card { padding: 16px 2vw 10px 2vw; }
  .porque-text { font-size: 1em; text-align: center; }
}


/* POOPNOMICS */

.poopnomics-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.poopnomics-title {
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 6px;
  margin-bottom: 18px;
  color: #444;
  text-align: center;
}


.token-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.token-card {
  background: #fff;
  border-radius: 32px;
  border: 2px solid #f2f2f2;
  box-shadow: 0 2px 12px #0001;
  max-width: 870px;
  width: 95%;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}
.token-title {
    font-family: Impact, sans-serif;
    margin-top: 10px;
  font-size: 4em;
  font-weight: 200;
  letter-spacing: 4px;
  margin-bottom: 18px;
  color: #444;
}
.token-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 10px;
}
.token-pie {
  width: 220px;
  min-width: 120px;
  margin-bottom: 10px;
}
.bigger {
  font-size: 1.5em !important;
}
.token-list {
        font-family: 'Roboto Mono', monospace;
  font-size: 1.25em;
  color: #111;
  text-align: left;
  min-width: 260px;
}
.token-list div {
  margin-bottom: 12px;
}
.token-list b {
  font-size: 1.15em;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .token-content { flex-direction: column; align-items: center; gap: 18px; }
  .token-pie { width: 120px; }
  .token-title { font-size: 1.5em; }
  .token-card { padding: 16px 2vw 10px 2vw; }
  .token-list { font-size: 1em; text-align: center; }
}

.whitelist-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0 0;
}
.whitelist-title {
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 8px;
  color: #444;
  text-align: center;
  margin-bottom: 18px;
}
.whitelist-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  width: 100%;
  max-width: 950px;
}
.whitelist-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 260px;
  justify-items: end;
}
.whitelist-presale {
  font-size: 2.2em;
  font-weight: 900;
  color: #444;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.whitelist-chicken-img {
  background: #fff;
  border: 1px solid #bbb;
  padding: 18px 18px 12px 18px;
  height: 100%;
}
.whitelist-chicken-img img {
  width: 210px;
  display: block;
}
.whitelist-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
  max-width: 420px;
  gap: 18px;
}
.whitelist-season {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.season-label {
  font-family: 'Fredoka One', 'Montserrat', Arial, sans-serif;
  font-size: 1.6em;
  color: #444;
  letter-spacing: 2px;
  font-weight: 900;
  background: none;
  padding: 0;
}
.season-date {
  background: #757c6e;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  border-radius: 7px;
  padding: 2px 14px;
  margin-left: 6px;
  letter-spacing: 2px;
        font-family: 'Roboto Mono', monospace;
}
.whitelist-desc {
        font-family: 'Roboto Mono', monospace;
  font-size: 1.5em;
  color: #222;
  margin-bottom: 8px;
}
.whitelist-info {
  background: #fff;
  border: 1.5px solid #bbb;
  padding: 14px 18px 10px 25px;
        font-family: 'Roboto Mono', monospace;
  font-size: 1.1em;
  color: #222;

  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wl-icon {
  width: 26px;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 900px) {
  .whitelist-content { flex-direction: column; align-items: center; gap: 18px; }
  .whitelist-left, .whitelist-right { min-width: 0; max-width: 99vw; width: 100%; }
  .whitelist-chicken-img img { width: 140px; }
  .whitelist-title { font-size: 2em; }
}

.reserve-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.reserve-card {
  background: #fff;
  border-radius: 32px;
  border: 2px solid #f2f2f2;
  box-shadow: 0 2px 12px #0001;
  padding: 32px 24px 24px 24px;
  max-width: 950px;
  width: 95%;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}
.reserve-title {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 4em;
  font-weight: 200;
  letter-spacing: 4px;
  margin-bottom: 18px;
  color: #444;
  margin-top: 10px;
}
.reserve-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  margin-top: 10px;
}
.reserve-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
  max-width: 540px;
  text-align: left;
  gap: 10px;
  font-size: 1.5em;
}
.reserve-yield {
        font-family: 'Roboto Mono', monospace;
  font-size: 1.5em;
  color: #222;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  justify-content: center;
  
}
.reserve-plus {
  color: #444;
  font-size: 2.2em;
  font-weight: 900;
  margin: 0 8px 0 8px;
  letter-spacing: 1px;
}
.reserve-plus b {
  font-size: 1.1em;
}
.reserve-ano {
  font-size: 1.1em;
  color: #444;
  margin-left: 4px;
}
.reserve-strong {
        font-family: 'Roboto Mono', monospace;
  color: #111;
  margin-bottom: 6px;
}
.reserve-desc {
        font-family: 'Roboto Mono', monospace;
  color: #222;
  margin-bottom: 10px;
}
.reserve-form {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0 0;
  width: 100%;
  flex-wrap: wrap;
}
.reserve-input {
        font-family: 'Roboto Mono', monospace;
  padding: 8px 18px;
  border-radius: 8px;
  border: 1.5px solid #ccc;
  background: #eee;
  outline: none;
  
  max-width: 90vw;
  margin-bottom: 8px;
  font-size: 1.2em;
}
.reserve-btn {
  font-size: 1.5em;
  padding: 12px 38px;
  margin-left: 0;
  margin-top: 8px;
  background: #ed8b22;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 10px #0001;
  font-family: 'Rubik Beastly',  sans-serif;
  text-shadow: #111 0px 0px 8px;
  font-weight: 100 !important;
  letter-spacing: 2px;
  border: 1px solid black;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;

  width: 90%;
}
.reserve-btn:hover {
  background: #ffb347;
  color: #b85e00;
}
.reserve-limit {
        font-family: 'Roboto Mono', monospace;
  color: #222;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.reserve-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 180px;
}
.reserve-chicken {
  width: 70%;
  min-width: 120px;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .reserve-row { flex-direction: column; align-items: center; gap: 18px; }
  .reserve-left, .reserve-right { min-width: 0; max-width: 99vw; width: 100%; }
  .reserve-chicken { width: 110px; }
  .reserve-title { font-size: 1.5em; }
  .reserve-card { padding: 16px 2vw 10px 2vw; }
  .reserve-yield { font-size: 1em; }
}


/* RESPONSIVO MOBILE*/



/* MOBILE NAVIGATION */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  z-index: 1002;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 105vw;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 1.5em;
}
.mobile-nav.open {
  display: flex;
  animation: fadeIn 0.2s;
}
.mobile-nav a {
  color: #ed8b22;
  text-decoration: none;
  font-family: 'Montserrat', monospace;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 2px;
  margin: 12px 0;
}
.mobile-nav .close-btn {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 2.2em;
  color: #ed8b22;
  background: none;
  border: none;
  cursor: pointer;
}

.close-btn {
  padding-right: 50px;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 425px) {
    .season-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav {
    display: none !important;
  }
  .hamburger {
    display: flex;
  }
  .desktop-whitelist-btn {
    display: none !important;
  }
  .hero-side {
  flex-direction: column;
  }
  .season-poopcoin{
    display: none;
  }
  .footer-bar {
    width: 90%;
    padding: 12px 5vw;
  }
  .header-bar {
    width: 90%;
    padding: 12px 5vw;
  }
  .season-section {
    padding: 0;;
  }
  .season-card {
    padding: 0px
  }
  .season-box {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 90%;
  }
  .whitelist-btn-header{
    font-size: 0.5em;
  }
  .hero-btn {
    width: 100%;
    font-size: 2em;
  }
  h1 {
  font-family: Impact, sans-serif; font-weight: 100 !important;
  font-size: 2em !important;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.05;
  margin: 0 0 18px 0;
  color: #111;
}
  .poop-card{
    width: 100%;
  }
.mining-img{
  display: none;
}
}