*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #000000;
    font-family: 'CursorGothic';
    color: white;
    font-size: medium;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 15px 40px 15px 40px;
    margin-bottom: 50px;
    font-size: medium;

}
.navleft {
    justify-self: start;
}
.nav-center{
    display: flex;
    gap: 25px;
}
.nav-center a{
    text-decoration: none;
    color: white;
}
button{
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
    width: auto;
    height: auto;
    cursor: pointer;
}
button:hover{
    background-color: #CCCCCC;
}
#bt1{
    background-color: #000000;
    color: white;
    border: 0.2px solid white;
}

#bt2{
    background-color: white;
    color: #000000;
    border: 0.2px solid grey;
}
#bt2:hover{
    background-color: #CCCCCC;
}

.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 40px 40px 40px;
}

.hero h2 {
    color: white;
    width: 100%;
}
#bt3{
    padding: 10px;
    height: auto;
    width:250px;
    font-size: medium;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    
}
.section3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 100px;

}
.section3 p{
    font-size: large;

}
.logo{
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.logo img{
    width: 100px;
    height: 60px;
    padding: 10px;
}
section{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    gap: 100px;
    margin-top: 100px;

}
.agent,.autocomplete ,.slack, .future{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 15px;
    background-color: #1b1913;
}
#code{
    text-decoration: none;
    color: white;
    margin-bottom: 20px;

}

.agenttext p,.autotext p, .slacktext p {
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 420px;
}
.agenttext a, .autotext a, .slacktext a , .card a ,.futuretext a{
    color: red;
    text-decoration: none;
    font-size: 20px;
}
.agenttext a:hover ,.autocomplete a:hover, .slack a:hover {
    color: rgb(202, 39, 39);
}
.card {
  background-color: #141414;   
  padding: 24px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  gap: 40px;

}
.card-grid, .stay{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 1200px;
    gap: 10px;
    justify-content: center;
}
.author{
    display: flex;
    gap: 10px;
}
.author img{
    height: 30px;
    width: 30px;
}

.section9 {
  margin-top: 10px;
  padding-left: 40px;
}

.section9 h2 {
  font-size: 32px;
  margin-bottom: 32px;
}

.changelog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
}

.changelog-card {
  background-color: #141414;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b5b5b5;
  font-size: 14px;
}

.badge {
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid #444;
  font-size: 13px;
}

.changelog-card h3 {
  font-size: 18px;
  line-height: 1.4;
}

.changelog-link {
  display: inline-block;
  margin-top: 24px;
  color: #ff6a00;
  text-decoration: none;
  font-size: 16px;
}

.futuretext p{
    color: white;
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 420px;
}
.section10{
    margin-top: 140px;
    margin-bottom: 140px;
    text-align: center;
    font-size: xx-large;
}

.footer{
  padding: 80px 40px 40px 140px;
  background-color: #141414;
}

.footer-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  max-width: 1200px;
}

.footer-col h4{
  font-size: 18px;
  font-weight: 600;
  color: #9a9a9a;
  margin-bottom: 16px;
}

.footer-col a{
  display: block;
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-bottom{
  margin-top: 60px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9a9a9a;
  font-size: 14px;
}

.footer-right{
  display: flex;
  align-items: center;
  gap: 16px;
}

.theme-toggle{
  display: flex;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 999px;
  padding: 4px;
}

.theme-toggle button{
  background: transparent;
  border: none;
  color: #ccc;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}


.lang-btn{
  background: #1a1a1a;
  border: 1px solid #333;
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
  cursor: pointer;
}











