body {
  background-color: #1E252B;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.logo img {
  height: 30px;
}


.header-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-list a {
  text-decoration: none;
  color: #FFFFFF8C;
  font-size: 16px;
  transition: color 0.3s;
}

.header-list a:hover {
  color: #fff;
}

.auth-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.auth-buttons .login {
  text-decoration: none;
  color: #FFFFFF8C;
  font-size: 16px;
}

.auth-buttons .signup {
  background: #ff6b2c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.auth-buttons .signup:hover {
  background: #ff814c;
}

.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 60px;
  gap: 40px;
}

.hero-text {
  flex: 1;
  max-width: 500px;
}

.hero-text h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.hero-text .antool {
  color: #FFFFFF8C;
  margin: 20px 0 30px;
  line-height: 28px;
}

.search-container {
  display: flex;
  align-items: center;
  background: #283036;
  border-radius: 15px;
  padding: 8px 12px;
  width: 100%;
  max-width: 430px;
}

.search-container img {
  width: 20px;
  margin-right: 10px;
}

.input-search {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  flex: 1;
}

.button-search {
  background: #ff6b2c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.button-search:hover {
  background: #ff814c;
}

.messenger {
  display: flex;
  gap: 20px;
  list-style: none;
  margin-top: 40px;
  padding: 0;
}

.hero-image img {
  max-width: 600px;
  height: auto;
}

.header-container {
  margin: 30px;
}

.most {
  display: flex;
  justify-content: center;
}

.tools {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #FFFFFF8C;
  line-height: 30px;
}

header {
  color: #FFFFFF;
}

main {
  color: #FFFFFF;
}

footer {
  color: #FFFFFF;
}

.tag {
  font-size: 13px;
  font-weight: bold;
  color: #ff9800;
}

.card {
  width: 392px;
  height: 294px;
  background: #28303699;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: 0.3s;
}


.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card-header img {
  width: 50px;
  height: 50px;
}

.card-header h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}


.tag.free {
  color: #4caf50;
}

.tag.paid {
  color: #ff9800;
}

.desc {
  color: #FFFFFF8C;
  font-size: 14px;
  margin: 15px 0;
  line-height: 22px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-footer a img {
  width: 24px;
  height: 24px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background: radial-gradient(circle at 90% 10%, #4a2e2c 0%, #262d32 60%);
}

.sketch:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: radial-gradient(circle at 90% 10%,
      #4a2e2c 0%,
      #262d32 60%);
}

.container-load-more {
  text-align: center;
  margin: 30px 0;
}



.load-more {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ff6933;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.load-more:hover {
  background-color: rgba(255, 105, 51, 0.1);
  border-color: #ff6933;
}

.trusted {
  display: flex;
  justify-content: center;
}

.microsoft {
  display: flex;
  justify-content: center;
}

.hero {
  width: 1224px;
  height: 253px;
  border-radius: 25px;
  background-color: #2C353D33;
}

.help {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tx {
  color: #FFFFFF8C;
}

.phpstorm {
  background: #28303699;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
  display: inline-block;
  padding: 20px 40px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  border-radius: 12px;
  background: radial-gradient(circle at 90% 10%,
      #4a2e2c 0%,
      #262d32 60%);
}


.person {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 40px;
  gap: 50px;
  margin-top: 50px;
  color: #fff;
  position: relative;
}

.person-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
}

.person-photo img {
  width: 399px;
  border-radius: 16px;
}

.person-text {
  color: #FFFFFFC7;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

.become {
  display: flex;
  justify-content: center;
}

.join {
  display: flex;
  justify-content: center;
  color: #FFFFFF8C;
  line-height: 30px;
  text-align: center;

}

.antool {
  color: #FFFFFF8C;
  line-height: 30px;
}

.join-container {
  display: flex;
  align-items: center;
  background-color: #2c333a;
  border-radius: 12px;
  padding: 5px;
  max-width: 500px;
  margin: 20px auto;
}

.join-container .enter {
  flex: 1;
  padding: 14px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
}

.join-container .enter::placeholder {
  color: #aaa;
}

.join-container .join-us {
  background-color: #ff6b2b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}


.join-container .join-us:hover {
  background-color: #ff854d;
}

.join-us {
  background: #ff6b2c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}


.newcomer-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding: 80px 60px;
}

.programs {
  flex: 1;
  max-width: 350px;
}

.programs h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.programs .tx {
  color: #FFFFFF8C;
  line-height: 28px;
  margin-bottom: 20px;
}

.explore-more {
  background: #ff6b2c;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.explore-more:hover {
  background: #ff814c;
}



.newcomer-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.card-programs {
  background: #28303699;
  border-radius: 12px;
  padding: 20px;
  transition: 0.3s;
  width: 288px;
  height: 284px;
}

.card-programs img {
  width: 213px;
  height: 66px;
}



.card-programs .tag {
  font-size: 14px;
  font-weight: bold;
  color: #ff9800;
}

.card-programs p {
  font-size: 14px;
  color: #ccc;
  margin: 10px 0;
  margin-top: 80px;
  width: 247px;
}

.card-super {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.card-super img {
  width: 42px;
  height: 42px;
}

.visit-button {
  padding: 8px 16px;
  border-radius: 8px;
  background: #1E252B;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.visit-button:hover {
  background: #e64a19;
}

.card-programs:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background: radial-gradient(circle at 90% 10%, #4a2e2c 0%, #262d32 60%);
}

.visit-button-orange {
  background-color: #FF6E30;
  width: 106px;
  height: 42px;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.tag {
  font-size: 13px;
  font-weight: bold;
  color: #ff9800;
}


.card-super {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.trusted {
  display: flex;
  justify-content: center;
}

.microsoft {
  display: flex;
  justify-content: center;
}

.hero {
  width: 1224px;
  height: 253px;
  border-radius: 25px;
  background-color: #2C353D33;
}

.help {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  padding: 60px 10%;
  color: #d4d4d4;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-col p {
  margin: 6px 0;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s;
}

.footer-col p:hover {
  color: #ff6a00;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo span {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.line {
  display: flex;
  justify-content: center;
}