/* style.css */

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: radial-gradient(ellipse at top left, #0b1222 30%, #081224 100%);
  color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.topbar img.logo {
  height: 72px;
}

header.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 2rem;
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.hero-content {
  max-width: 600px;
}

.hero-content h1 {
    font-family: "Poppins", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 52px;
}

.hero-content p {
font-family: "Poppins", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
}

.cta-button {
  background: linear-gradient(90deg, #ff9d13, #ff4880);
  color: white;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-button:hover {
  opacity: 0.9;
}

.hero-images {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.hero-images img {
  height: 420px;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.hero-images img:first-child {
  transform: rotate(-7deg);
}

.how-it-works,
.form-section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.how-it-works h2,
.form-section h2 {

  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 40px;
  white-space: nowrap;
  text-shadow: 0px 1px 2px #0000001d;
  font-family: "Poppins", Helvetica;
}

.steps {
  display: flex;
  flex-wrap: wrap;

  gap: 4rem;
  justify-content: space-between;
}

.step {
  flex: 1 1 260px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;



    font-family: "Poppins", Helvetica;
    font-weight: 500;
    font-size: 24px ! important;
    letter-spacing: 0;
    line-height: 32px;
    white-space: nowrap;


}

.step img {
  width: auto;
  height: 130px;
  margin-bottom: 1.5rem;
}

.step h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.step p {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.6;
}

.slot-section {
  background: linear-gradient(90deg, #ff9d13, #ff4880);
  color: #fff;
  padding: 3rem 2rem;
  margin: 4rem auto;
  border-radius: 0rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: left;
}




.slot-text {
    font-family: "Poppins", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 60px;
}

.slot-count {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 0.5rem;
}

.slot-count strong {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

.slot-section .cta-button {
  background: #081224;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: 1rem;
}

form {
  display: flex;
flex-wrap: wrap;
  gap: 0.2rem;
  width: 100%;
  max-width: 500px;
  margin: auto;
}



input,
select,
textarea {
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: none;
  font-size: 1rem;
  background-color: #253144;
  color: #fff;
}

footer {
  background-color: #0a1428;
  text-align: center;
  font-size: 0.85rem;
  padding: 1.5rem;
}

@media (max-width: 768px) {
  header.hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-images {
    flex-direction: column;
    align-items: center;
  }

  .hero-images img {
    height: 300px;
  }

  .steps {
    gap: 2rem;
  }

  .slot-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .slot-section .cta-button {
    align-self: center;
  }
}




.founding-artists {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.founding-artists h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;


    font-weight: 600;
    font-size: 36px;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0px 1px 2px #0000001d;
    font-family: "Poppins", Helvetica;
    color: var(--neutrallightwhite-100);
    letter-spacing: 0;
    line-height: 60px;

}



.founding-artists p {
    opacity: 0.8;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 1px 2px #0000001d;
    font-family: "Poppins", Helvetica;
    color: var(--neutrallightwhite-100);
    letter-spacing: 0;
    line-height: 60px;
        margin: 0;
}

.founding-artists p.subtitle {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 0.25rem;
}

.founding-benefits {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-content: center;
}

.benefit-card {
  background: linear-gradient(90deg, #0f1a30 0%, rgba(15,26,48,0.95) 100%);
  border-radius: 20px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #fff;

  border-image: linear-gradient(90deg, #ff9d13, #ff4880);
  border-image-slice: 1;
  transition: box-shadow 0.3s ease;
  justify-content: flex-start;
}

.benefit-card:hover {
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.08);
}

.benefit-card img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.benefit-card .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

.claim-slot {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.claim-slot .illustration {
  flex: 1 1 45%;
  text-align: center;

    display: flex;
    border-radius: 50px;
    background: linear-gradient(290deg, rgba(37, 49, 68, 1) 30%, rgba(19, 28, 50, 1) 55%);

    width: 550px;
    height: 550px;

}

.claim-slot .illustration img {
  max-width: 100%;
  height: auto;
}

.claim-slot .form-area {
  flex: 1 1 45%;
}

.claim-slot .form-area label {
  display: block;
    opacity: 0.8;
    font-family: "Poppins", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 29px;
}

.claim-slot .form-area select {

    opacity: 0.8;
    font-family: "Poppins", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 22px;
}

.claim-slot .form-area input,
.claim-slot .form-area select,
.claim-slot .form-area textarea {
  width: 100%;
  padding: 0.9rem 1.0rem;
  background: #1e2a3e;
  border: none;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", Helvetica;
  opacity: 0.9 ! important;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-wrapper select {
  width: 100%;
  padding: 0.9rem 2.5rem 0.9rem 1.2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #1e2a3e;
  color: white;
  border-radius: 10px;
  border: none;
  font-size: 1rem;
}

.custom-select-wrapper .chevron-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  opacity: 0.7;
}


.claim-slot .form-area textarea {
  min-height: 120px;
}

.claim-slot .cta-button {
  background: linear-gradient(90deg, #ff9d13, #ff4880);
  color: white;
  padding: 1rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  text-align: center;
}

.claim-slot .cta-button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .founding-benefits {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .benefit-card {
    max-width: 100%;
  }

  .claim-slot {
    flex-direction: column;
  }

  .claim-slot .form-area {
    width: 100%;
  }
}


.who-signup-section {
  padding: 6rem 2rem;
  background-color: #0a1123;
}

.who-signup-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
  flex-wrap: wrap;
}

.who-signup-text {
  flex: 1 1 48%;
  color: white;
}

.who-signup-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.who-signup-text .subtitle {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.who-signup-text .bullets p {
  margin-bottom: 0.5rem;
    font-family: "Poppins", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 35px;
}

.who-signup-image {
  flex: 1 1 45%;
  text-align: center;
}

.who-signup-image img {
  max-width: 475px;
  height: auto;
}



.footer {
  background-color: #0a1123;
  color: #fff;
  padding: 4rem 2rem 2rem;
  font-family: 'Poppins', sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 2rem;
  border-top: 1px solid #2a2f44;
  border-bottom: 1px solid #2a2f44;
  padding: 2rem 0;
  gap: 2rem;
}

.footer-brand {
  display: flex;
flex-direction: column;

  max-width: 500px;
}

.footer-brand img {
  width: 60px;
  height: auto;
}

.footer-brand h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  font-size: 0.95rem;
  color: #ccc;
      display: flex;
}

.footer-social h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
      text-align: left;
}

.footer-social .social-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}


.copyrights-links {
      display: flex;
    justify-content: space-between;
    width: 1235px;
    margin: auto;
}


.social-row span {

    height: 28px;
    width: 100px;
    font-family: "Poppins", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
    opacity: 0.9;
}

.footer-social img {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.footer-links {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #ccc;
}

.footer-links a {
  color: #eeeeee;
  margin: 0 1rem;
  text-decoration: none;
      font-size: 0.85rem;
          opacity: 0.8;
}

.footer-bottom {

  font-size: 0.85rem;
  color: #eeeeee;
      opacity: 0.8;
}


.benefit-card {
      display: flex;
    flex-direction: column;
    align-items: flex-start;

    background-image: url(https://c.animaapp.com/mc09zvlr0jBoeb/img/rectangle-62--stroke-.svg);
    background-size: 100% 100%;
}

.benefit-card span {
  font-family: "Poppins", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
}

.slot-section.inner-slot {
  max-width: 1300px;
    padding: 0px;
    background: transparent;
    margin: 0px auto;
    gap: 20em;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.hero-slide.active {
  display: flex;
}

.slider-dots {
  text-align: center;
  margin-top: 1rem;
}

.slider-dots .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 6px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.slider-dots .dot.active {
  background-color: #ff4880;
}

@media (max-width: 768px) {
  header.hero,
  .hero-slide {
    flex-direction: column;
    align-items: center;

    padding: 3rem 1rem;
    gap: 3rem;
  }
.step h3 {
    font-size: 22px;
  }
.step img
 {
    width: auto;
    height: 70px;
  }

.how-it-works, .form-section {
    padding: 3rem 0rem;
    margin: 0 10px;
}

.benefit-card {
background-image: linear-gradient(90deg, #0f1a30 0%, rgba(15, 26, 48, 0.95) 100%);
}

.founding-artists {
    padding: 3rem 1rem;
}
  .hero-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .hero-content p {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-images {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .hero-images img {
    height: 280px;
  }

  .topbar {
    flex-direction: column;
    padding: 1rem;
  }

  .steps {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

.slot-section {
        margin-top: auto;
}

  .step {
    max-width: 100%;
    font-size: 20px !important;
  }

  .slot-section.inner-slot {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }

  .slot-text {
    font-size: 24px;
    line-height: 40px;
  }

  .founding-artists h2 {
    font-size: 28px;
    line-height: 1.3;
    white-space: normal;
  }

  .founding-artists p {
    font-size: 16px;
    line-height: 1.5;
  }

.how-it-works h2, .form-section h2 {
    margin-bottom: 3rem;
    font-weight: 600;
    font-size: 32px;
    white-space: nowrap;
    text-shadow: 0px 1px 2px #0000001d;
    font-family: "Poppins", Helvetica;
}

  .benefit-card {
    padding: 1rem;
    flex-direction: row;
        gap: 0.5rem;
    align-items: center;
            flex-direction: column;

  }

  .benefit-card span {
    font-size: 16px;
  }

  .claim-slot {
    flex-direction: column;
    padding: 3rem 1rem;
  }

  .claim-slot .illustration {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }

  .claim-slot .form-area {
    width: 100%;
  }

  .who-signup-section {
    padding: 3rem 1rem;
  }

  .who-signup-container {
    flex-direction: column;
    gap: 2rem;
  }

  .who-signup-text h2 {
    font-size: 28px;
  }

  .who-signup-text .bullets p {
    font-size: 18px;
    line-height: 30px;
  }

  .who-signup-image img {
    max-width: 100%;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .copyrights-links {
        gap: 2rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
  }

  .footer-links {
    display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
  }
.footer-links a {
    margin: 0 0.1rem;
}
.topbar {
    display: flex;
    align-items: flex-start;
}


}





select {
  padding-right: 2.5rem; /* Create space for the arrow */
  appearance: none !important;
  -webkit-appearance: none !important; /* For Safari */
  -moz-appearance: none !important;    /* For Firefox */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22white%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5H7z%22/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important; /* Push arrow to right with margin */
  background-size: 1.6rem !important;
}


