/* Base Styles and Reset */
.wireframe {
  background-color: #0b1a2f;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
}
.wireframe .div {
  background-color: #0b1a2f;
  width: 100%;
  max-width: 1440px;
  position: relative;
  overflow-x: hidden;
}
/* Navigation Styles */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(11, 26, 47, 0.95);
  z-index: 1000;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}
.navbar {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 0 20px;
  max-width: 1440px;
  width: 100%;
  justify-content: center;
}
.navbar div a {
  color: white;
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.navbar div a:hover {
  color: #4b8bf5;
  text-decoration: underline;
}
/* Hamburger Menu */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: all 0.3s ease;
}
/* Hamburger active state */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
/* Mobile Menu */
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 70px;
  right: 20px;
  width: 200px;
  padding: 20px;
  border-radius: 10px;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.mobile-menu.active {
  display: flex;
}
.mobile-menu div {
  margin-bottom: 15px;
}
.mobile-menu div a {
  color: white;
  font-family: "Kavoon", Helvetica;
  font-size: 18px;
  text-decoration: none;
}
.mobile-menu div a:hover {
  color: #4b8bf5;
}
/* Social Media Icons */
.social-icons {
  display: flex;
  position: absolute;
  top: 70px;
  right: 50px;
  gap: 20px;
}
.social-icons .frame, .social-icons .frame-wrapper {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #06101e;
  background: linear-gradient(180deg, rgba(43, 92, 164, 1) 0%, rgba(22, 61, 116, 1) 100%);
}
.social-icons .img {
  width: 40px;
  height: 40px;
}
/* Hero Section */
#hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 150px 50px 50px;
  margin-bottom: 30px;
  gap: 30px;
}
.overlap-group-wrapper {
  max-width: 430px;
  width: 100%;
}
.overlap-group {
  position: relative;
  width: 100%;
  height: auto;
}
.chatgpt-image-apr {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 600px;
}
.text-wrapper-2 {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.p {
  font-family: "Klee One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.text-wrapper-9 {
  font-family: "Klee One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  word-break: break-all;
}
.group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.btn {
  display: inline-flex;
  height: 62px;
  align-items: center;
  justify-content: center;
  padding: 6px 17px;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #06101e;
  background: linear-gradient(180deg, rgba(43, 92, 164, 1) 0%, rgba(22, 61, 116, 1) 100%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  background: linear-gradient(180deg, rgba(53, 110, 194, 1) 0%, rgba(32, 81, 156, 1) 100%);
}
.text-wrapper {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
}
/* About Section */
#about {
  padding: 50px 50px;
  position: relative;
}
.text-wrapper-3 {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 50px;
}
.about-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.TOAD-isn-t-a-project {
  max-width: 700px;
  font-family: "Klee One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.5;
}
.about-img {
  max-width: 400px;
  height: auto;
  object-fit: contain;
}
.text-wrapper-4 {
  font-weight: 600;
}
/* Buy Now Section */
.buynow {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.frame-3 {
  display: inline-flex;
  height: 62px;
  align-items: center;
  justify-content: center;
  padding: 6px 30px;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #06101e;
  background: linear-gradient(180deg, rgba(43, 92, 164, 1) 0%, rgba(22, 61, 116, 1) 100%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.frame-3:hover {
  background: linear-gradient(180deg, rgba(53, 110, 194, 1) 0%, rgba(32, 81, 156, 1) 100%);
}
/* Tokenomics Section */
#tokenomics {
  padding: 50px 50px;
  position: relative;
}
.text-wrapper-5 {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 50px;
}
.tokenomics-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.wrappers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.tokenomics-box {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #06101e;
  background: linear-gradient(180deg, rgba(43, 92, 164, 1) 0%, rgba(22, 61, 116, 1) 100%);
}
.div-2 {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
}
.text-wrapper-7 {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}
.text-wrapper-8 {
  font-family: "Klee One", Helvetica;
  font-size: 20px;
  line-height: 1.5;
}
.image-2 {
  max-width: 400px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Roadmap Section */
#roadmap {
  padding: 50px 50px;
  position: relative;
  overflow: hidden;
}
.text-wrapper-roadmap {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 50px;
}
.roadmap-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.roadmap-phase {
  background: linear-gradient(180deg, rgba(43, 92, 164, 0.3) 0%, rgba(22, 61, 116, 0.3) 100%);
  border: 1px solid #06101e;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  transition: all 0.3s ease;
}
.roadmap-phase:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(53, 110, 194, 0.3) 0%, rgba(32, 81, 156, 0.3) 100%);
}
.phase-header {
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}
.phase-number {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #4b8bf5;
  font-size: 28px;
  margin-bottom: 5px;
}
.phase-title {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
}
.phase-list {
  font-family: "Klee One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  list-style-type: none;
}
.phase-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.phase-list li:before {
  content: "•";
  color: #4b8bf5;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -2px;
}
.roadmap-img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Partners Section */
#partners {
  padding: 50px 50px;
  position: relative;
}
.text-wrapper-6 {
  font-family: "Kavoon", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 50px;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.partner-logo {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.partner-logo:hover {
  transform: scale(1.05);
}
/* Footer Section */
#footer {
  position: relative;
  padding: 50px 0 20px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-bg {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.text-wrapper-15 {
  font-family: "Klee One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
}
/* Responsive Styles */
@media (max-width: 1024px) {
  .text-wrapper-2, .text-wrapper-3, .text-wrapper-5, .text-wrapper-6, .text-wrapper-roadmap {
    font-size: 64px;
  }
  
  .p {
    font-size: 28px;
  }
  
  .TOAD-isn-t-a-project {
    font-size: 24px;
  }
  
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .roadmap-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .phase-title {
    font-size: 30px;
  }
  
  .phase-list {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  /* Navigation */
  .hamburger {
    display: block;
  }
  
  .navbar {
    display: none;
  }
  
  .social-icons {
    top: 20px;
    left: 20px;
    right: auto;
  }
  
  /* Hero Section */
  #hero {
    flex-direction: column;
    padding: 120px 20px 30px;
    text-align: center;
  }
  
  .hero-text {
    align-items: center;
  }
  
  .text-wrapper-2 {
    font-size: 48px;
    margin-top: 20px;
  }
  
  .p {
    font-size: 24px;
  }
  
  .text-wrapper-9 {
    font-size: 16px;
    max-width: 90%;
  }
  
  .group {
    flex-direction: column;
    align-items: center;
  }
  
  /* About Section */
  #about {
    padding: 30px 20px;
  }
  
  .text-wrapper-3 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .about-content {
    flex-direction: column-reverse;
  }
  
  .TOAD-isn-t-a-project {
    font-size: 20px;
    text-align: center;
  }
  
  .about-img {
    max-width: 250px;
    margin-bottom: 30px;
  }
  
  /* Tokenomics Section */
  #tokenomics {
    padding: 30px 20px;
  }
  
  .text-wrapper-5 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  
  .tokenomics-container {
    flex-direction: column;
  }
  
  .wrappers {
    margin-bottom: 30px;
  }
  
  /* Roadmap Section */
  #roadmap {
    padding: 30px 20px;
  }
  
  .text-wrapper-roadmap {
    font-size: 48px;
    margin-bottom: 30px;
  }
  
  .roadmap-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .phase-title {
    font-size: 28px;
  }
  
  .phase-list {
    font-size: 18px;
  }
  
  /* Partners Section */
  #partners {
    padding: 30px 20px;
  }
  
  .text-wrapper-6 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .text-wrapper-2, .text-wrapper-3, .text-wrapper-5, .text-wrapper-6, .text-wrapper-roadmap {
    font-size: 36px;
  }
  
  .p {
    font-size: 20px;
  }
  
  .text-wrapper-9 {
    font-size: 14px;
  }
  
  .TOAD-isn-t-a-project {
    font-size: 18px;
    line-height: 1.4;
  }
  
  .roadmap-container {
    grid-template-columns: 1fr;
  }
  
  .phase-number {
    font-size: 24px;
  }
  
  .phase-title {
    font-size: 24px;
  }
  
  .phase-list {
    font-size: 16px;
  }
  
  .partners-grid {
    grid-template-columns: 1fr;
  }
  
  .social-icons {
    display: none;
  }
}
