:root {
  --blue-dark: #112d4e;
  --blue-mid: #27496d;
  --blue-light: #dbe2ef;
}

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #222;
  position: relative;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: var(--blue-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-block: 1rem;
}

button:hover {
  transform: scale(1.1);
}

.header-container {
  width: 1140px;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
  padding-inline: 2rem;
}

.header-left-side {
  display: flex;
  align-items: center;
}

.header-left-side p {
  margin: 0;
}

.header-image {
  height: 3rem;
  object-fit: fill;
}

.header-right-side {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.join-waitlist-btn {
  height: 3rem;
  padding: 0.5rem 1rem;
  background-color: #f9f9f9;
  color: var(--blue-dark);
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.join-waitlist-btn:hover {
  transform: scale(1.1);
}

.coming-soon-btn {
  height: 3rem;
  padding: 0.5rem 1rem;
  background-color: var(--blue-light);
  color: var(--blue-dark);
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  /* cursor: pointer; */
}
/* .coming-soon-btn:hover {
    transform: scale(1.1);

} */

/* HERO SECTION */
.hero {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hero-container {
  padding: 2rem 2rem 2rem;
  max-width: 1140px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hero h1 {
  font-size: 3rem;
  margin: 0;
  line-height: 1.1;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #444;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-img img {
  width: 280px;
  border-radius: 15px;
}

.cta-main {
  display: inline-block;
  margin-top: 1.8rem;
  padding: 0.9rem 2rem;
  background-color: var(--blue-dark);
  color: white;
  font-size: 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.cta-main:hover {
  transform: scale(1.1);
}

.waitlist {
  background-color: var(--blue-light);
  padding-block: 2rem;
}

.waitlist-container {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

#waitlist-form {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
}

#email-input {
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

/* Waitlist */

#waitlist-form button {
  padding: 0.8rem 1.4rem;
  background-color: var(--blue-dark);
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
}

#waitlist-form button:hover {
  transform: scale(1.1);
}

#waitlist-message {
  margin-top: 1rem;
  font-size: 0.95rem;
}

/* Divider */
.divider {
  background-color: var(--blue-dark);
  padding: 1rem 0rem;
  width: 100%;
}

.divider-container {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.divider-container h1 {
  font-size: 2.8rem;
  letter-spacing: 1px;
}

/* Feature Section */
.feature {
  width: 100%;
}

.feature-even {
  background-color: var(--blue-light);
}
.feature-odd {
  background-color: #f9f9f9;
}

.feature-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.feature-text {
  width: 50%;
}

.feature-img img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.text-right-align {
  text-align: right;
}

.step-label {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--blue-dark);
  margin-bottom: 0.5rem;
}

.feature-text h2 {
  font-size: 2.6rem;
  margin: 0;
  color: #112d4e;
}

.feature-text p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1rem;
  color: #333;
}

/* DOWNLOAD BUTTON */
.download-btn {
  display: inline-block;
  margin: 2.5rem auto 0rem;
  padding: 0.8rem 1.5rem;
  background-color: var(--blue-dark);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
}

.contact-section {
  padding: 4rem 1rem;
  background: #f9f9f9;
}

.contact-container {
  max-width: 600px;
  margin: auto;
  text-align: left;
}

.form-group {
  margin-bottom: 1rem;
}

input,
textarea {
  width: 100%;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.cta-button {
  margin-top: 1rem;
  padding: 0.9rem 1.8rem;
  background-color: #112d4e;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.thankyou-main {
  height: 100%;
}

.thankyou-section {
  text-align: center;
}

footer {
  padding: 1rem;
  font-size: 0.9rem;
  background-color: var(--blue-dark);
  text-align: center;
  color: #fff;
}

footer a {
  color: #fff;
}

.mobile {
  display: none;
}

/* MOBILE */
@media (max-width: 800px) {
  .feature-section {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .feature-text {
    text-align: center;
  }

  .header-container {
    padding-inline: 0.5rem;
  }

  .coming-soon-btn {
    height: 2rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    display: none;
  }

  .join-waitlist-btn {
    height: 2rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
  }

  #waitlist-form {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #email-input {
  width: 75%;
}

.waitlist-container {
  padding-top: 1rem;
  width: 100%;
}

#waitlist-form button {
  width: 75%;
}

  .header-right-side {
    gap: 0.2rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-img {
    display: none;
  }

  .feature-container {
    flex-direction: column;
  }

  .feature-text {
    width: 100%;
  }

  .feature-text p {
    padding-inline: 1rem;

  }

  footer {
    padding-bottom: 4rem;
  }
}
