body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(to right, #1a1a1a, #333);
  color: #fff;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 0 16px;
}

.mobile-header {
  background-color: #1a1a1a;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.mobile-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-logo img {
  width: 133px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  display: block;
}
.mobile-actions {
  display: flex;
  gap: 8px;
}
.mobile-login,
.mobile-register {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #feca1b;
}
.mobile-login {
  background-color: #4a2cd1;
  color: #e2e0d8;
}
.mobile-register {
 background-image: linear-gradient(to right, #5c2c2c 0%, #7a0733 51%, #C04848 100%);
 display: block;
 color: #cac2c2;
}

.hero-section {
  text-align: center;
  padding: 60px 20px 30px;
}
.hero-section h1 {
  font-size: 2.5em;
  color: #feca1b;
  margin-bottom: 10px;
}
.hero-section p {
  font-size: 1.2em;
  color: #ccc;
}
.hero-image {
  margin: 20px auto;
  max-width: 600px;
}
.hero-image img {
  width: 80%;
  border-radius: 12px;
}

.about-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #1e1e1e;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.about-section h2 {
  font-size: 2em;
  color: #feca1b;
  margin-bottom: 20px;
}
.about-section p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  color: #ddd;
  line-height: 1.8;
}

.features h2 {
  text-align: center;
  font-size: 2em;
  color: #feca1b;
  margin-bottom: 10px;
}
.features-intro {
  text-align: center;
  font-size: 1.1em;
  color: #ccc;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.cta {
  text-align: center;
  margin: 30px 0;
}

.cta a {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  margin: 10px;
  transition: background 0.3s, transform 0.2s;
}

/* Join Button with vibrant pink */
.join-btn {
  background: #ff3c78;
  color: #fff;
}
.join-btn:hover {
  background: #e0326a;
  transform: scale(1.05);
}

/* Download Button with your updated colors */
.download-btn {
  background: #7e0221;
  color: #dacfcf;
}
.download-btn:hover {
  background: #60001a;
  transform: scale(1.05);
}


.features {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.feature {
  background: #222;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.feature h3 {
  color: #54ab07;
  margin-bottom: 10px;
}
.feature p {
  color: #ddd;
}

.cta {
  text-align: center;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.cta a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  margin: 5px;
  transition: background 0.3s, transform 0.2s;
  min-width: 120px;
}

/* Join Button with vibrant pink */
.join-btn {
  background: #602eb1;
  color: #e0d9d9;
}
.join-btn:hover {
  background: #393870;
  transform: scale(1.05);
}

/* Download Button with dark red theme */
.download-btn {
  background: #707301;
  color: #dbcaca;
}
.download-btn:hover {
  background: #60001a;
  transform: scale(1.05);
}

/* Responsive adjustments for small screens */
@media (max-width: 480px) {
  .cta a {
    padding: 10px 16px;
    font-size: 0.95em;
    width: 90%;
    max-width: 250px;
  }
}

/* Enhanced mobile-friendly styles for the get-started section */
.get-started {
  text-align: center;
  padding: 60px 20px;
  background-color: #121212;
  border-top: 1px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get-started h2 {
  font-size: 2em;
  color: #feca1b;
  margin-bottom: 20px;
}

.get-started .features-intro {
  font-size: 1.1em;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.get-started .feature {
  background: #1e1e1e;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.get-started .feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.get-started h3 {
  font-size: 1.4em;
  color: #ffcc33;
  margin-bottom: 10px;
}

.get-started p {
  font-size: 1em;
  color: #ccc;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .get-started {
    padding: 40px 15px;
  }
  .get-started .feature {
    padding: 16px;
  }
  .get-started h2 {
    font-size: 1.6em;
  }
  .get-started h3 {
    font-size: 1.2em;
  }
}



.footer {
  text-align: center;
  padding: 40px 20px;
  font-size: 0.9em;
  color: #999;
  border-top: 1px solid #444;
}
@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
  }
}

.login-section {
  padding: 60px 20px;
  text-align: center;
}

.login-section h1 {
  font-size: 2em;
  color: #feca1b;
  margin-bottom: 10px;
}

.login-section p {
  color: #ccc;
  margin-bottom: 30px;
}

.login-form {
  max-width: 400px;
  margin: 0 auto;
  background: #222;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  text-align: left;
}

.login-form label {
  display: block;
  margin-bottom: 6px;
  color: #feca1b;
}

.login-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 6px;
  background-color: #333;
  color: #fff;
}

.login-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background-color: #5c2cad;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.login-form .form-note {
  margin-top: 15px;
  font-size: 0.9em;
  color: #aaa;
}

.download-section {
  padding: 60px 20px;
  text-align: center;
}

.download-section h1 {
  font-size: 2em;
  color: #feca1b;
  margin-bottom: 10px;
}

.download-section .subheading {
  font-size: 1.1em;
  color: #ccc;
  margin-bottom: 30px;
}

.apk-info {
  margin-bottom: 40px;
}

.apk-image {
  width: 150px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.apk-note {
  color: #aaa;
  font-size: 0.9em;
  margin-top: 10px;
}

.apk-steps h2 {
  color: #feca1b;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.apk-steps ul {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.apk-steps li {
  margin-bottom: 10px;
  color: #ccc;
  padding-left: 10px;
  position: relative;
}

.apk-steps li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #54ab07;
}


.login-section {
  padding: 60px 20px;
  text-align: center;
}

.login-section h1 {
  font-size: 2em;
  color: #feca1b;
  margin-bottom: 10px;
}

.login-section p {
  color: #ccc;
  margin-bottom: 30px;
}

.login-form {
  max-width: 400px;
  margin: 0 auto;
  background: #222;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  text-align: left;
}

.login-form label {
  display: block;
  margin-bottom: 6px;
  color: #feca1b;
}

.login-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 6px;
  background-color: #333;
  color: #fff;
}

.login-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background-color: #5c2cad;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.login-form .form-note {
  margin-top: 15px;
  font-size: 0.9em;
  color: #aaa;
}


.register-section {
  padding: 60px 20px;
  text-align: center;
}

.register-section h1 {
  font-size: 2em;
  color: #feca1b;
  margin-bottom: 10px;
}

.register-section .subheading {
  font-size: 1.1em;
  color: #ccc;
  margin-bottom: 30px;
}

.register-form {
  max-width: 400px;
  margin: 0 auto;
  background: #222;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  text-align: left;
}

.register-form label {
  display: block;
  margin-bottom: 6px;
  color: #feca1b;
}

.register-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 6px;
  background-color: #333;
  color: #fff;
}

.register-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background-color: #5c2cad;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.register-form .form-note {
  margin-top: 15px;
  font-size: 0.9em;
  color: #aaa;
}
