.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
}

.body {
  background-color: #050814;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.section {
  min-height: 700px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.tokenomics {
  position: static;
  z-index: auto;
  min-height: 800px;
  background-image: url('../images/grid3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.section.hackthon {
  min-height: auto;
  margin-bottom: 100px;
}

.section.grape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.features {
  margin-top: 0px;
}

.section.roadmap {
  background-image: url('../images/grid_1500.png');
  background-position: 0px 0px;
  background-size: auto;
}

.container {
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.nav {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.roadmap {
  padding-right: 0px;
  padding-left: 0px;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  width: 200px;
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.button:hover {
  background-color: #f38aff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button:active {
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button.mt-40 {
  margin-top: 40px;
  padding-left: 0px;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 840px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo {
  width: 120px;
  margin-top: 10px;
}

.nav-menu {
  margin-left: auto;
}

.navbar {
  position: absolute;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  color: #fff;
}

.nav-link {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.nav-link:hover {
  color: #f38aff;
}

.nav-button {
  margin-top: 15px;
  padding: 6px 24px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #6b6b6b;
  font-size: 14px;
}

.nav-button:hover {
  background-color: #f38aff;
  color: #fff;
}

.nav-button.disabled {
  cursor: default;
}

.nav-button.disabled:hover {
  background-color: #fff;
  color: #252525;
}

.icon {
  background-color: transparent;
  font-family: Icon-round;
  color: #000;
  font-size: 20px;
  text-transform: lowercase;
}

.icon.carrot-right-icon {
  position: absolute;
  margin-left: 2px;
  font-family: Materialiconsround, sans-serif;
}

.icon.carrot-right-icon:hover {
  color: #fff;
}

.hero-heading {
  margin-bottom: 40px;
  font-size: 68px;
  text-align: center;
  text-shadow: 0 2px 10px #f38aff;
}

.secondary-heading {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 300;
  text-shadow: 0 1px 10px #f38aff;
}

.hero-communities {
  display: inline-block;
  background-image: linear-gradient(124deg, #62fff2, #5351c5 34%, rgba(127, 57, 240, 0.9) 54%, #ff3ad8);
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.community-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grape-community-container {
  max-width: 402px;
}

.community-numbets-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mb-20 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
}

.mb-20.grape-access-header {
  margin-top: 0px;
  margin-bottom: 100px;
  text-align: center;
}

.bg-circle-gradient-1 {
  position: absolute;
  top: -20%;
  z-index: -1;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e5ff), color-stop(19%, #45a2ff), color-stop(45%, #6b51ff), color-stop(75%, #f38aff), to(#e400fd));
  background-image: linear-gradient(180deg, #00e5ff, #45a2ff 19%, #6b51ff 45%, #f38aff 75%, #e400fd);
  -webkit-filter: blur(25px);
  filter: blur(25px);
}

.bg-circle-gradient-2 {
  position: absolute;
  left: 60%;
  top: -80%;
  z-index: -1;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  border-radius: 100%;
  background-image: linear-gradient(119deg, #00aa90, #42cdff 20%, #6b51ff 51%, #f38aff 70%, #e400fd 73%);
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.hackathon-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #13151c;
}

.s-image {
  position: absolute;
  left: -40%;
}

.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.features-card {
  position: relative;
  width: 100%;
  height: 520px;
  border-style: none;
  border-width: 1px;
  border-color: #f38aff;
  border-radius: 10px;
  background-color: #13151c;
}

.feature-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.features-grid {
  grid-column-gap: 48px;
  grid-row-gap: 220px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-image {
  max-height: 160px;
  margin-bottom: 40px;
}

.features-card-content-wrapper {
  position: absolute;
  top: -100px;
  padding-right: 30px;
  padding-left: 30px;
}

.features-card-list {
  color: #c9c9c9;
}

.mb-220 {
  margin-bottom: 220px;
}

.bg-circle-gradient-3 {
  position: absolute;
  left: -130%;
  top: 180%;
  z-index: 0;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-image: linear-gradient(119deg, #00aa90, #42cdff 20%, #6b51ff 51%, #f38aff 70%, #e400fd 73%);
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.bg-circle-gradient-3.bg-circle-gradient-4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 250px;
  height: 250px;
}

.bg-circle-gradient-3.bg-circle-gradient-5 {
  left: -220%;
  top: 110%;
  z-index: 3;
  width: 200px;
  height: 200px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-40.text-center {
  color: #fff;
}

.mb-40.text-center.roadmap-header {
  margin-bottom: 100px;
}

.total-supply {
  display: block;
  max-width: 380px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 18px 24px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 9%, 0.58);
  font-weight: 700;
  text-align: center;
}

.community-heading {
  margin-bottom: 20px;
}

.hackathon-header {
  max-width: 402px;
}

.hero-connecting {
  display: inline-block;
}

.hero-decentralized {
  display: inline-block;
}

.footer-section {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: #13151c;
}

.leftgrid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.grape-footer-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  font-family: Fa-Brands, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
}

.social-icon:hover {
  color: #f38aff;
}

.social-icon.margin-left {
  margin-left: 20px;
}

.copyright {
  font-family: Fa-Reg, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block {
  font-size: 14px;
  letter-spacing: 0px;
}

.great-ape {
  font-size: 18px;
  font-weight: 700;
}

.tooltip {
  position: relative;
  z-index: 5;
  width: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  background-color: #818181;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: center;
}

.text-block-2 {
  font-size: 12px;
}

.launch-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.tooltip-tail {
  position: relative;
  top: -33px;
  z-index: 4;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #818181;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-wrapper {
  position: absolute;
  left: 50%;
  display: none;
  margin-top: -5px;
  opacity: 0.8;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.hackathon-winner-link {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}

.hackathon-winner-link:hover {
  color: #7cd0ff;
  font-weight: 700;
}

.youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  width: 100%;
  height: 80%;
  background-image: url('../images/roadmap_1500.png');
  background-position: 0px 0px;
  background-size: 80%;
}

.container-2 {
  height: 800px;
  max-height: 80%;
  max-width: 1500px;
  background-color: transparent;
}

.column {
  max-height: 688px;
  min-height: 688px;
  background-image: url('../images/roadmap_q1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-2 {
  max-height: 688px;
  min-height: 688px;
  background-image: url('../images/roadmap_q3.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-3 {
  min-height: 688px;
  background-image: url('../images/roadmap_q6.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.grid {
  display: -ms-grid;
  display: grid;
  height: 600px;
  max-height: 600px;
  min-height: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 2.5fr 0px 2.5fr 0px 0.75fr;
  grid-template-columns: 2.5fr 2.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-1 {
  overflow: visible;
  height: 600px;
  max-height: 800px;
}

.div-block-2 {
  overflow: visible;
  height: 688px;
  max-height: 600px;
  min-height: 0px;
}

.div-block-3 {
  overflow: visible;
  height: 600px;
  max-height: 600px;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  min-width: 100%;
}

.image-2 {
  min-width: 100%;
}

.image-3 {
  min-width: 100%;
}

.roadmap-div {
  position: relative;
  width: 360px;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 20px;
  box-shadow: 0 1px 5px 0 #000;
}

.roadmap-div.bg1 {
  background-image: url('../images/bg1.png');
  background-position: 20% 50%;
  background-size: cover;
}

.roadmap-div.bg2 {
  background-image: url('../images/bg2.png');
  background-position: 50% 100%;
  background-size: cover;
}

.roadmap-div.bg3 {
  background-image: url('../images/bg3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.roadmap-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.roadmap-quarter {
  position: absolute;
  left: 20px;
  top: -20px;
  font-size: 70px;
  font-weight: 700;
}

.sublist-item {
  margin-left: 20px;
}

.roadmap-year {
  position: absolute;
  left: 123px;
  top: -24px;
}

.roadmap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(37, 37, 37, 0.9);
  font-size: 16px;
  text-align: left;
}

.roadmap-item.sublist-item {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  background-color: rgba(37, 37, 37, 0.95);
}

.roadmap-item.full-height {
  height: 100%;
  line-height: 24px;
}

.roadmap-item {
  margin-bottom: 14px;
}

/* ===== GAME CARD CENTERING & BUTTONS ===== */
.features-card-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 30px 20px 40px !important;
  position: relative;
}

.features-image {
  margin: 0 auto 20px !important;
  display: block;
  max-width: 80px;
  height: auto;
}

.feature-title {
  text-align: center !important;
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.game-buttons-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
  margin-top: 25px;
  gap: 15px;
}

.game-button {
  flex: 1;
  min-width: 0;
  padding: 12px 15px !important;
  background: white !important;
  color: black !important;
  border: 2px solid #ddd !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-button.discord-button {
  background: #5865F2 !important;
  color: white !important;
  border-color: #5865F2 !important;
}

.game-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
}

.game-button:not(.discord-button):hover {
  background: #f8f8f8 !important;
  border-color: #ccc !important;
}

.game-button.discord-button:hover {
  background: #4752C4 !important;
  border-color: #4752C4 !important;
}

.discord-embed-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.discord-embed {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* ===== THINK IMAGE STYLES ===== */
.think-image {
  width: 300px;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 8px 24px rgba(243, 138, 255, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.think-image:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 32px rgba(243, 138, 255, 0.5));
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* ===== PIE CHART FIXES ===== */
/* REMOVE ANY EXISTING .chart-wrapper TEXT STYLES ABOVE AND REPLACE WITH THIS: */

.chart-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 400px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.chart-wrapper text {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  fill: white !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9) !important;
  pointer-events: none !important;
}

/* Mobile fixes - smaller text */
@media screen and (max-width: 767px) {
  .chart-wrapper {
    height: 300px !important;
  }
  
  .chart-wrapper text {
    font-size: 10px !important;
    letter-spacing: 0.3px !important;
  }
}

@media screen and (max-width: 479px) {
  .chart-wrapper {
    height: 250px !important;
  }
  
  .chart-wrapper text {
    font-size: 9px !important;
    letter-spacing: 0.2px !important;
  }
}

/* Desktop fixes - better spacing */
@media screen and (min-width: 1024px) {
  .chart-wrapper {
    height: 450px !important;
  }
  
  .chart-wrapper text {
    font-size: 13px !important;
  }
}

/* ===== RESPONSIVE STYLES ===== */

@media screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }

  .section.tokenomics {
    position: relative;
    z-index: 0;
  }

  .section.features {
    padding-top: 0px;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.nav {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.mt-40 {
    width: 170px;
    padding-left: 0px;
  }

  .logo {
    padding-top: 10px;
  }

  .nav-menu {
    width: 200px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 9%, 0.55);
  }

  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    text-align: center;
  }

  .nav-button {
    width: 140px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: default;
  }

  .hero-heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 56px;
  }

  .secondary-heading {
    font-size: 20px;
    font-weight: 300;
  }

  .community-grid {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grape-community-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .community-numbets-container {
    display: block;
    margin-top: 40px;
  }

  .bg-circle-gradient-1 {
    top: 25%;
    right: 40px;
  }

  .bg-circle-gradient-2 {
    left: 188px;
    top: -270px;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 350px;
    height: 350px;
  }

  .hackathon-box {
    margin-right: 40px;
  }

  .s-image {
    left: -25%;
  }

  .feature-title {
    font-size: 28px;
  }

  .features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .bg-circle-gradient-3 {
    left: 324px;
    top: 200px;
  }

  .menu-button {
    margin-top: 5px;
  }

  .menu-button.w--open {
    border-radius: 10px;
    background-color: hsla(0, 0%, 9%, 0.55);
  }

  .discord {
    text-align: center;
  }

  .community-heading {
    text-align: center;
  }

  .hackathon-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grape-community-text {
    text-align: center;
  }

  .menu-icon {
    margin-top: 6px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .roadmap-div {
    margin-bottom: 60px;
  }

  .roadmap-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .game-buttons-container {
    max-width: 280px;
    gap: 12px;
  }
  
  .game-button {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
  
  .chart-wrapper {
    height: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  .section.grape {
    padding-bottom: 44px;
  }

  .container.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    line-height: 1.1;
  }

  .secondary-heading {
    line-height: 1.1;
  }

  .grape-community-container {
    width: 100%;
  }

  .bg-circle-gradient-1 {
    top: 50%;
    right: 15%;
    width: 400px;
    height: 400px;
  }

  .bg-circle-gradient-2 {
    display: none;
  }

  .hackathon-box {
    position: absolute;
    top: 150px;
    right: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 24px;
    background-color: transparent;
  }

  .s-image {
    position: static;
    left: auto;
  }

  .features-card {
    height: 460px;
  }

  .features-grid {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 170px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .bg-circle-gradient-3 {
    left: auto;
    top: auto;
  }

  .hackathon-header {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hackathon-text {
    text-align: center;
  }

  .menu-icon {
    margin-top: 7px;
  }

  .social-icon {
    font-size: 28px;
  }

  .text-block {
    font-size: 12px;
  }

  .roadmap-div {
    width: 320px;
  }

  .think-image {
    width: 280px;
  }

  .features-card-content-wrapper {
    padding: 20px 15px 35px !important;
  }
  
  .features-image {
    max-width: 60px !important;
    margin-bottom: 15px !important;
  }
  
  .feature-title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  
  .game-buttons-container {
    max-width: 260px;
    margin-top: 20px;
    gap: 10px;
  }
  
  .game-button {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  
  .chart-wrapper {
    height: 300px !important;
  }
  
  .chart-wrapper text {
    font-size: 9px !important;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
  }

  .body {
    font-size: 14px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.features {
    margin-top: 0px;
  }

  .section.grape-access {
    min-height: 500px;
  }

  .section.hackthon {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.footer {
    display: block;
  }

  .button.mt-40 {
    width: 160px;
  }

  .hero-heading {
    font-size: 36px;
  }

  .secondary-heading {
    font-size: 16px;
    line-height: 1.3;
  }

  .grape-community-container {
    max-width: 100%;
  }

  .mb-20.grape-access-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bg-circle-gradient-1 {
    display: none;
  }

  .bg-circle-gradient-2 {
    display: none;
  }

  .hackathon-box {
    width: 150px;
    height: 150px;
  }

  .features-card {
    width: 90%;
    height: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-title {
    font-size: 26px;
  }

  .features-image {
    max-height: 130px;
  }

  .bg-circle-gradient-3 {
    width: 100px;
    height: 100px;
  }

  .total-supply {
    font-size: 18px;
  }

  .hackathon-header {
    max-width: 100%;
  }

  .footer-section {
    padding-bottom: 25px;
  }

  .right-grid {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }

  .great-ape {
    font-size: 16px;
  }

  .roadmap-div {
    width: 280px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .think-image {
    width: 240px;
  }

  .features-card-content-wrapper {
    padding: 15px 10px 30px !important;
  }
  
  .game-buttons-container {
    max-width: 240px;
    flex-direction: column;
    gap: 8px;
  }
  
  .game-button {
    width: 100% !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
  }

  .button, .game-button, .nav-button {
    min-height: 44px;
    min-width: 44px;
  }
  
  .chart-wrapper {
    height: 250px !important;
  }
  
  .chart-wrapper text {
    font-size: 8px !important;
  }
}

/* Mobile-specific fixes for hackathon section */
.section.hackthon {
  min-height: auto;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hackathon-box {
  position: relative;
  z-index: 2;
  display: flex;
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
  align-items: center;
  border-radius: 20px;
  background-color: #13151c;
}

.s-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.hackathon-header {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.hackathon-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0 20px;
}

.button.mt-40 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.devnet-note {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0 20px;
}

.hackathon-winner-link {
  word-break: break-all;
  display: inline-block;
  max-width: 100%;
}

.container.center {
  overflow: hidden;
  max-width: 100%;
}

/* ===== CRITICAL FIXES FOR SLOT SECTION ===== */

/* Hide problematic gradients on mobile */
.mobile-hidden {
  display: none !important;
}

/* New wrapper for proper stacking */
.slot-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
  gap: 30px;
}

/* Fix hackathon-box positioning */
.hackathon-box {
  position: relative !important;
  width: 160px !important;
  height: 160px !important;
  margin: 0 auto 30px !important;
  background: rgba(19, 21, 28, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

/* Fix the image inside */
.s-image {
  position: relative !important;
  width: 80% !important;
  height: auto !important;
  left: auto !important;
  transform: none !important;
}

/* Fix hackathon-header */
.hackathon-header {
  position: relative !important;
  width: 100% !important;
  max-width: 600px !important;
  padding: 40px 30px !important;
  background: rgba(19, 21, 28, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 20px !important;
  text-align: center !important;
  margin: 0 !important;
  z-index: 5 !important;
}

/* Fix text styling */
.hackathon-text {
  font-size: 20px !important;
  line-height: 1.6 !important;
  margin-bottom: 35px !important;
  padding: 0 10px !important;
  text-align: center !important;
}

/* ===== FONT FACES ===== */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconssharp';
  src: url('../fonts/MaterialIconsSharp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa-Reg';
  src: url('../fonts/fa-regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa-Brands';
  src: url('../fonts/fa-brands-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa-Solid';
  src: url('../fonts/fa-solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Complete mobile fix for hackathon/slot section */
@media screen and (max-width: 767px) {
  .section.hackthon {
    position: relative;
    overflow: hidden;
    padding: 40px 0 !important;
  }
  
  .container.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  
  /* Stack elements vertically */
  .hackathon-box {
    order: 1;
    margin: 0 auto 30px !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
  }
  
  .hackathon-header {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .hackathon-text {
    order: 3;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  
  /* Slot button/arrow container */
  .slot-container {
    order: 4;
    width: 100%;
    text-align: center;
    margin: 20px 0 25px;
    padding: 0 20px;
  }
  
  .slot-button {
    display: inline-block;
    background: linear-gradient(45deg, #f38aff, #6b51ff) !important;
    color: white !important;
    padding: 15px 30px !important;
    border-radius: 12px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(107, 81, 255, 0.4) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }
  
  .slot-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(107, 81, 255, 0.5) !important;
  }
  
  .devnet-note {
    order: 5;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }
  
  /* Remove any absolute positioning that causes overlap */
  .bg-circle-gradient-1,
  .bg-circle-gradient-2,
  .bg-circle-gradient-3 {
    display: none !important;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 479px) {
  .slot-button {
    padding: 12px 24px !important;
    font-size: 18px !important;
    max-width: 90%;
  }
  
  .hackathon-box {
    width: 100px !important;
    height: 100px !important;
  }
  
  .hackathon-header h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
}
/* ===== FIXED FOOTER STYLES ===== */
.footer-section {
  padding: 40px 0 20px !important;
  background-color: #13151c !important;
  margin-top: 0 !important;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 0;
}

/* Left: Brand and Social */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-social-simple {
  display: flex;
  gap: 15px;
}

.footer-social-simple a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social-simple a:hover {
  color: #f38aff;
}

/* Center: Links */
.footer-center {
  display: flex;
  justify-content: center;
}

.footer-links-simple {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #f38aff;
}

/* Right: TikTok Embed */
.footer-right {
  display: flex;
  justify-content: flex-end;
}

.tiktok-embed-simple {
  width: 100%;
  max-width: 300px;
  min-height: 80px;
}

/* Bottom Bar */
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  text-align: center;
}

.footer-disclaimer {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}

/* Remove unnecessary spacing */
.container.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* TikTok Embed Loading Fix */
.tiktok-embed {
  display: block !important;
  visibility: visible !important;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  
  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    justify-content: center;
  }
  
  .footer-social-simple {
    justify-content: center;
  }
  
  .footer-links-simple {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .footer-right {
    justify-content: center;
  }
  
  .tiktok-embed-simple {
    max-width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .footer-section {
    padding: 30px 0 15px !important;
  }
  
  .footer-main {
    gap: 25px;
  }
  
  .footer-links-simple {
    gap: 15px;
  }
  
  .footer-social-simple {
    gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer-section {
    padding: 25px 0 10px !important;
  }
  
  .footer-social-simple a {
    font-size: 18px;
  }
  
  .footer-link {
    font-size: 13px;
  }
  
  .footer-disclaimer {
    font-size: 11px;
    padding: 0 10px;
  }
  
  .tiktok-embed-simple {
    max-width: 250px;
  }
}
