/* style.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif
  /*
  font-family: "JetBrains Mono", monospace;
  letter-spacing: -0.03em;
  word-spacing: -0.1em;
  */
}

body {
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;

  line-height: 1.6;
  color: #fff;
    /*color: rgb(255, 223, 178);*/
  /*
  background-color: #1a1a1a;
  background-image: linear-gradient(to bottom, #1a1a1a, #1a1a1a 50%, #000);
  */
  background-color: black;
  background-image:  linear-gradient(to bottom right, #000 0%, #000 700px, rgba(131,58,180,0.2) 65%, #111 100%);
}

/*
body {
  background-color: black;
  background-image: radial-gradient(
    rgba(0, 92, 0, 0.75), black 120%
  );
  margin: 0;
  padding: 2rem;
  color: white;
  font: 1.3rem Inconsolata, monospace;
  text-shadow: 0 0 5px #C8C8C8;
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: repeating-linear-gradient(
      0deg,
      rgba(black, 0.15),
      rgba(black, 0.15) 1px,
      transparent 1px,
      transparent 2px
    );
    pointer-events: none;
  }
}
::selection {
  background: #0080FF;
  text-shadow: none;
}
pre {
  margin: 0;
}
 */

#logo, #logo *, h1, .cta-button {
  font-family: "JetBrains Mono", monospace;
  word-spacing: -0.2em;
  letter-spacing: -0.07em;
}

h1, h2 {
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

section {
  margin: 4rem 0;
}
main > section:first-child {
  margin: 2rem 0;
}

#hero h1, #logo {
  /*
  background:  radial-gradient(circle, rgba(253,29,29,0.5) 0%, rgba(176, 78, 241, 0.8) 100%), #fff; 
  background-size: 200%;
  background-position-x: 100%;
  */
  display: table;
}

#hero h1 {
    /*
  background:  radial-gradient(circle, rgba(252,176,69,0.5) 0%,  rgba(253,29,29,0.5) 100%), #fff; 
  background-size: 200%;
  */
  background:  linear-gradient(90deg, rgba(176, 78, 241, 0.7) -60%, rgba(253,29,29,0.45) 30%, rgba(255, 149, 0, 0.5) 100%), #fff; 
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  font-weight: 700;

  margin: 0 auto;
  padding-right: 2px;
  padding-left: 2px;
}

#logo {
  background:  linear-gradient(90deg, rgba(176, 78, 241, 0.7) 0%, rgba(253,29,29,0.45) 100%), #fff; 
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 500;

  background-position-x: 0%;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 10px;
}

#logo span {
  font-size: 4rem;
  line-height: 0.5;
  font-weight: 200;
  vertical-align: middle;
  margin-left: -5px;
  position: relative;
  top: -3px;
}

h1 + p, h2 + p {
  font-size: 1.4rem;
  font-weight: 200;
  margin-bottom: 2rem;
  color: #fff; /* #b3b3b3; */
    /*color: rgb(255, 223, 178);*/
  text-align: center;
}
h1 + p {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: -0.03em;
  word-spacing: -0.1em;
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 8rem;
  margin-bottom: 2rem;
}

h2 + .row {
  margin-top: 0.5rem;
}

.row {
  display: flex;
  flex-flow: wrap;
}

.column2 {
  padding-left: 30px;
  padding-right: 30px;
  flex: 50%;
}
.column2:first-child {
  padding-left: 0;
}
.column2:last-child {
  padding-right: 0;
}

.column1 {
  flex: 100%;
}

.overflow-image-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.overflow-image-container img {
  width: 95vw;
  align-self: center;
  max-width: 1200px;
  min-width: calc(820px * 0.95);
}

.highlight2 h3 {
    font-size: 2.0rem;
    font-weight: 400;
}
.highlight2 p {
    margin: 20px 0;
}

button {
  /*background:  linear-gradient(90deg, rgba(131,58,180,0.8) 0%, rgba(253,29,29,0.8) 50%, rgba(252,176,69,0.8) 100%), #fff; */
  background-color: rgba(131,58,180, 0.8);
  background:  linear-gradient(90deg, rgba(131,58,180,0.8) 0%, rgba(253,29,29,0.2) 100%), rgba(131,58,180,0.9); 
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  border: 0;
}

.cta-button {
  word-spacing: -0.1rem;
  letter-spacing: -0.01rem;
  background-color: rgba(131,58,180, 0.8);
  background:  linear-gradient(90deg, rgba(131,58,180,0.8) 0%, rgba(253,29,29,0.2) 100%), rgba(131,58,180,0.9); 
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  display: table;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  margin-top: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.video-container {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.waitlist-form input {
  padding: 0.5rem;
  border: none;
  border-radius: 4px 0 0 4px;
  width: 300px;
}

.waitlist-form button {
  padding: 0.5rem 1rem;
  border: none;
  background-color: rgba(131,58,180, 0.8);
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

footer {
  padding: 1rem 0;
  text-align: center;
  font-size: 0.9rem;
}

#waitlist-form input[type=text], #waitlist-form input[type=email] {
  margin-top: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  border-radius: 4px;
  background-color: rgba(0,0,0, 0.45);
  border: 1px solid rgba(255,255,255, 0.2);
  color: #fff;
  height: 3.0rem;
  width: 100%;
}

#waitlist-form input::placeholder {
  color: rgba(255,255,255, 0.5);
}

#waitlist-form .cta-button {
  border: 0;
  margin-top: 2.5rem;
}

#waitlist-form {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
  background-color: rgba(255,255,255,0.01);
  background-image:  linear-gradient(to bottom right, rgba(255, 255, 255, 0.06) 0%, rgba(255,255,255,0.02) 100%);
  padding: 2rem;
  border: 1px solid rgba(255,255,255, 0.15);
  border-radius: 0.3rem;
}

#waitlist-form label {
  font-size: 1.1rem;
}
#waitlist-form label {
  display: block;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
#waitlist-form input + label, #waitlist-form .row + label {
  margin-top: 2.0rem;
}

.column2 img {
  max-width: 32rem;
}

@media (max-width: 820px) {
  .column2 {
    padding-left: 0px;
    padding-right: 0px;
    flex: 100%;
  }
  .column2 + .column2 {
    padding-top: 2rem;
  }
  .overflow-image-container {
    overflow: auto;
    margin-right: -5vw;
  }
  .overflow-image-container img {
    align-self: baseline;
  }
  .hide-small-screen {
    display: none;
  }

  section h2, section h3 {
    zoom: 0.75;
  }
}