
  
  
  body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    scroll-behavior: smooth;
  }
  
  .section {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
  }
  
  .section div {
    flex: 1 1 300px;
    max-width: 600px;
    padding: 10px;
  }
  
  .bearjpeg {
    flex: 1 1 300px;
    max-width: 400px;
    width: 100%;
  }
  
  .yellow {
    background: linear-gradient(to bottom right, #ffbb00, #b5650c);
    background: linear-gradient(105deg, #fbb601  #b5650c, );
    background-size: 200% 200%;
    animation: animateBackground 4s ease-in-out infinite;

  }
  @keyframes animateBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  }
    
  
  .red {
    background-color: #964B00;
    color: #fff;
  }
  
  .section h1 {
    font-size: 10vw;
    color: black;
    -webkit-text-stroke: 3px black;
    font-weight: bold;
    font-weight: 600;
    font-family: "Londrina Solid", serif;
  }
  
  .section p {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-variation-settings: "wdth" 100;
  }
  
  img {
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  
  /* marquee animation */
  .marquee {
    width: 100%;
    overflow: hidden;
    background-color: #fc8e01;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  
  .marquee-content {
    display: flex;
    width: fit-content;
    animation: scroll 15s linear infinite;
  }
  
  .marquee-content span {
    font-size: 2rem;
    padding: 1rem 2rem;
    white-space: nowrap;
    color: #000;
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-variation-settings: "wdth" 100;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  /* socials */
  .socials {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 1rem;
  }
  
  .socialjpeg {
    width: 50px;
  }
  
  /* banner */
  .breaking-banner {
    font-size: 3rem;
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-variation-settings: "wdth" 100;
  }
  .breaking-banner {
   
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-variation-settings: "wdth" 100;
  }


  
  /* Responsive tweaks */
  @media screen and (max-width: 768px) {
    .section {
      flex-direction: column;
    }
  
    .section h1 {
      font-size: 12vw;
      -webkit-text-stroke: 2px black;
    }
  
    .section p {
      font-size: 1.2rem;
    }
  
    .socialjpeg {
      width: 40px;
    }
  
    .breaking-banner {
      font-size: 2rem;
    }
  }
  
  @media screen and (max-width: 480px) {
    .section h1 {
      font-size: 14vw;
      
    }
  
    .section p {
      font-size: 1rem;
    }
  
    .marquee-content span {
      font-size: 1.2rem;
      padding: 0.5rem 1rem;
    }
  }
 
  
  /* Responsive */
  @media screen and (max-width: 768px) {
    .roadmap-title {
      font-size: 2rem;
    }
  
    .roadmap-phase h2 {
      font-size: 1.2rem;
    }
  }
    

  /* ANIMATE BEAR */
.bearjpeg {
    animation: floatBear 3s ease-in-out infinite;
    transition: transform 0.3s ease-in-out;
  }
  
  @keyframes floatBear {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
  }
  
  /* DARK MODE */

  
  
  
  /* Nav Buttons */
  .nav-buttons {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 999;
  }
  
  .nav-buttons a {
    text-decoration: none;
     font-weight: 600;
    font-family: "Londrina Solid", serif;
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .nav-buttons a:hover {
    background-color: #fff;
    color: #000;
  }
  
  /* second copy  */

  :root {
  --primary:  linear-gradient(to bottom left, #ffbb00, #b5650c);
  --bg: white;
  --text: #1a1a1a;
  
}

.yellow {
    background: linear-gradient(to bottom right, #ffbb00, #b5650c);
    background: linear-gradient(105deg, #fbb601  #b5650c, );
    background-size: 200% 200%;
    animation: animateBackground 4s ease-in-out infinite;

  }
  @keyframes aanimateCard {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  }




.hero-image{
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  margin: 0 auto ;
}

.hero{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    
    
}


.revolution{
  display: flex;
  flex-direction: column;
  align-items: center;     /* horizontal centering */
  justify-content: center; /* vertical centering */
  width: 50%;
  min-height: 100vh;       /
   font-size: 10vw;
    color: black;
    -webkit-text-stroke: 1px black;
    font-weight: bold;
    font-weight: 600;
    font-family: "Londrina Solid", serif;
}

.hero h1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2d2d2d;
  padding: 1rem;
  text-align: center;      /* center text inside h1 */
  font-family: "Slackey", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
  width: 50%;
}

.card {
    animation: animateCard 2s ease-in-out infinite; ;
   background: linear-gradient(to bottom right, #ffbb00, #b5650c)
   
}
 @keyframes aanimateCard {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  }

.card:hover {
  transform: translateY(-5px);
}

.card.highlighted {
  background: var(--primary);
  color: white;
}

.card .icon {
  font-size: 2rem;
}

.main-cta {
  text-align: center;
  margin: 3rem 0;
  
  
}

.main-cta .logo-circle {
  font-size: 3rem;
  margin-bottom: 1rem;

}

.contract {
  width: 40%;
  background: white;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border: 1px solid  #ffbb00  ;
}

.contract button {
  background: var(--primary);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.buttons {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.primary, .secondary {
  padding: 1rem 2rem;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}

.primary {
  background: var(--primary);
  color: white;
  border: none;
}

.secondary {
  background: transparent;
  border: 2px solid  #ffbb00;
  color:  #ffbb00;
}

footer {
  text-align: center;
  padding: 2rem 0;
  font-size: 0.9rem;
  color: #666;
}


body {
  font-family: 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
 
}



.logo {
  font-size: 4rem;
  font-weight: bold;
  color: var(--primary);
}





.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.card {
  background: white;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card.highlighted {
  background: var(--primary);
  color: white;
}

.card .icon {
  font-size: 2rem;
}







footer {
  text-align: center;
  padding: 2rem 0;
  font-size: 0.9rem;
  color: #666;
}

/* ---------- RESPONSIVE STYLES ---------- */
@media (max-width: 768px) {

  .header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }

  .logo {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }


  .card{
    width: 80%;
    margin: 0 auto;
    
  }

  .features{
    width: 100%;
    grid-template-columns: 1fr;
  }

  .icons {
    margin: 0;
    gap: 1rem;
    justify-content: center;
  }

  .hero {
    flex-direction: column;
    padding: 1rem 0;
  }

  .hero-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
  }

  .revolution {
    width: 100%;
    min-height: auto;
    padding: 1rem;
  }

  .revolution h1 {
    font-size: 1.2rem;
    padding: 1rem 0;
  }

  .features {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .contract {
    flex-direction: column;
    width: 90%;
    gap: 1rem;
    padding: 1.2rem;
  }

  .main-cta h2 {
    font-size: 1.4rem;
    padding: 0 1rem;
  }

  .buttons {
    flex-direction: column;
    align-items: center;
  }

  .primary, .secondary {
    width: 90%;
    max-width: 300px;
  }

  footer {
    font-size: 0.8rem;
    padding: 1rem;
  }

  
.logo-images  {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 10px;
}

.logo {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary);
}

.contract {
    width: 90%;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
  }

  .contract button {
    width: 50%;
    margin-top: 1rem;
  }
}
