/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Actual styling starts here.
*/

html, body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  background-color: white;
  color: black;
}

body {
  margin: 0px 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

h2 {
  font-weight: 700;
}

code {
  background-color: lightgrey;
}

a {
  text-decoration: none;
  color: black;
}

a:visited {
  color: black;
}

img {
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px grey;
}

ul > li {
  line-height: 150%;
}

.inline-block {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.subtitle {
  font-size: 50%;
}

.column {
  width: 50%;
}

.centered {
  width: 100%;
  justify-content: center;
}

.spacer {
  height: 48px;
  width: 100%;
}

.italics {
  font-style: italic;
}

.pink {
  color: #FD117B;
}

.logo {
  font-family: 'Righteous', cursive;
  font-size: 48px;
  font-weight: 400;
  color: #FD117B;
}

button {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  background-color: #FD117B;
  color: white;
  border-radius: 24px;
  border: 1px solid white;
  padding: 10px 20px;
  cursor: pointer;
}

button:disabled {
  background-color: lightgray;
}

button a, button a:visited {
  color: white;
}

/* Menu block */

#home {
  height: 0;
}

.menu-block {
  display: flex;
  flex-direction: row;
  background-color: white;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 20px 0;
}

.menu-block > p {
  text-align: center;
}

.menu-block img {
  height: auto;
}

.menu {
  font-weight: 700;
  font-size: 18px;
  justify-content: space-between;
}

/* Headline */

.headline-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 24px;
}

.headline-block > p {
  text-align: center;
  margin: 0 60px;
  line-height: 125%;
}

.headline-block img {
  height: auto;
  width: 640px;
}

.try-block {
  margin: 24px;
  font-size: 90%;
}

/* Features */

.features {
  gap: 40px;
  width: 100%;
}

.features-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.feature-block {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 64px;
  justify-content: center;
}

.feature-block img {
  min-width: 350px;
  max-width: 350px;
  min-height: 300px;
  max-height: 300px;
}

.feature-block p, .feature-block ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  list-style-type: disc;
  list-style-position: inside;
}

.feature-content {
  padding: 0 0;
}

.feature-block ul ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 20px;
}

.image-stack-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.image-stack {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  height: 450px;
  width: 525px;
}

.image-stack-item-top {
  position: relative;
  top: -175px;
  left: 150px;
  z-index: 1;
}

/* Requirements */

.requirements-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.requirement-set {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.requirement-set h3 {
  font-weight: 600;
  font-size: 16px;
}

.requirement-block {
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.requirement-block .req-key {
  font-weight: 600;
}

.requirement-block .block {
  gap: 5px;
}

/* Pricing */

.pricing-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.price-block {
  display: flex;
  flex-direction: column;
  color: #FD117B;
  gap: 5px;
  align-items: center;
  gap: 10px;
}

.pricing-block p.pricing-subtext {
  font-size: 16px;
  font-style: italic;
}

.price-container-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.price-container-block h2 {
  font-size: 64px;
}

/* Release block */

.release-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.release-notes {
  font-size: 16px;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 20px;
}

.release-notes > ul {
  margin-left: 20px;
  font-size: 16px;
  list-style-type: circle;
  list-style-position: inside;
  line-height: 20px;
}

/* Contact */

.contact-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.copyright {
  font-size: 14px;
  margin-top: 20px;
  color: grey;
}

/* Waitlist popup */

#waitlist-form p {
  text-align: center;
}

#waitlist-form input {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding: 5px;
  border: 1px solid #FD117B;
  border-radius: 5px;
  outline: none;
  width: 25%;
}

#waitlist-form input[type="submit"] {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  background-color: #FD117B;
  color: white;
  border-radius: 24px;
  border: 1px solid white;
  padding: 10px 20px;
  cursor: pointer;
}