#page {
  background: #f5f5f5;
}

#content {
  margin: 0 auto;
  padding-bottom: 4em;
  min-height: 100vh;
}

#primary {
  font-family: "Helvetica Neue", "Arial";
  padding-top: 4em;
  margin-block: 0;
}

h1 {
  font-size: 4em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.2em;
}

h3 {
  text-transform: none;
  font-size: 1.5em;
}

h1, h2, h3, h4 {
  color: #222;
}

h4 {
  text-transform: lowercase;
  font-size: 1rem;
}
h4:first-letter {
  text-transform: uppercase;
}

#color-wrap {
  display: none;
}

.offer-subtitle {
  margin-bottom: 1em;
  border-bottom: 1px solid #dadada;
  padding-bottom: 1em;
}

.offer {
  margin: 2em 0 4em 0;
  padding: 2em 3em;
  background: white;
  border-radius: 2px;
  background: white;
  box-shadow: 0px 25px 50px -30px rgba(34, 34, 34, 0.2);
}

.visible, .invisible {
  transition: opacity 2s;
}

.invisible {
  opacity: 0;
}

.original-price {
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: grey;
}
.original-price:after {
  content: "";
  width: 105%;
  position: absolute;
  border-top: 2px solid grey;
  color: grey;
  top: 53%;
  left: -2%;
}

.offer-feature-lists-wrap {
  display: flex;
  margin-top: 2em;
  grid-gap: 2em;
  align-items: flex-start;
}
.offer-feature-lists-wrap > div {
  width: 40%;
  flex-grow: 0.8;
  max-width: 40em;
  min-width: 19em;
}

.feature-list-title {
  font-size: 1.2rem;
  padding-left: 0.6rem;
}

.offer-feature-list {
  display: inline-block;
  border-left: 1.5px solid grey;
  padding-left: 1em;
}
.offer-feature-list ul {
  margin-left: 0em;
  margin-top: 0.5em;
  font-size: 0.95rem;
  list-style: none;
}
.offer-feature-list ul li {
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 0.6rem;
  text-indent: -1.9rem;
}
.offer-feature-list ul li:before {
  content: "";
  height: 1px;
  position: relative;
  top: -0.4em;
  left: 0.3em;
  width: 1rem;
  border-top: 1.5px solid grey;
  color: grey;
}

.timeline {
  margin-top: 1.5em;
  border-top: 1px dotted lightgrey;
  padding-top: 1em;
}
.timeline p {
  margin: 0;
}

.offer-feature-table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.offer-feature-table .feature-table-items {
  width: 100%;
}
.offer-feature-table .feature-table-items > div:nth-child(even) {
  background: #eee;
  border-radius: 2px;
}
.offer-feature-table .feature-table-items .feature-table-row {
  position: relative;
  color: #333;
  padding: 0.2em 0.75em;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}
.offer-feature-table .feature-table-items .feature-table-row.header-row div {
  font-weight: bold;
  opacity: 0;
}
.offer-feature-table .feature-table-items .feature-table-row.header-row div:first-child {
  width: 75%;
}
.offer-feature-table .feature-table-items .feature-table-row > div.the-feature {
  width: 75%;
}

.offer-feature-table .feature-table-items .feature-table-row > div:last-child {
  text-align: right;
  width: 20%;
}

.feature-time {
	display: none;
}

label.checkbox-label {
  position: absolute;
  top: 10%;
  left: -2em;
}
label.checkbox-label span.pseudo-checkbox {
  width: 1em;
  height: 1em;
  border-radius: 3px;
  display: inline-block;
  pointer-events: none;
  border: 1.5px solid #333;
}
label.checkbox-label input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
label.checkbox-label span:after {
  position: absolute;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  left: 6px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
label.checkbox-label input:checked ~ span:after {
  opacity: 1;
}

.hidden {
  display: none;
}

input[type=password] {
  font-size: 1.5rem;
  padding: 0.5em 1em;
  margin: 0.5em 0 0.25em;
  border: none;
  border: 2px solid #666;
  transition: box-shadow 2s;
  border-radius: 0;
}
input[type=password]:focus {
  outline: 0;
  border-color: blue;
}

#password-page {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #f5f5f5;
  top: 0;
  left: 0;
}
#password-page button.submit {
  color: lightgrey;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5em;
}
#password-page button.submit:hover {
  color: #222;
}
#password-page form {
  display: flex;
  margin-bottom: 1rem;
  flex-flow: column;
}

.gate-content {
  position: relative;
}

.gate-message {
  color: #999;
  position: absolute;
  bottom: 0em;
  left: 0;
}

.total-wrap > p {
  margin-bottom: 1em;
}
.total-wrap span {
  font-weight: bold;
}
.total-wrap .total-price {
  font-size: 1.2em;
  color: #00AC00;
  font-weight: bold;
}

.mockups {
  margin-top: 2em;
}
.mockups .mockup-img {
  line-height: 0;
  margin: 1em 0 4em 0;
}
.mockups .mockup-img img {
  display: block;
  box-shadow: 0px 1px 5px rgba(34, 34, 34, 0.2);
  border-radius: 0.5em;
}
.mockups .mockup-img .mockup-caption {
  display: block;
  margin-top: 0.5em;
  max-width: 40em;
  font-style: italic;
  line-height: 1.5em;
}

.contact {
  margin-top: 6em;
  padding: 2em 0 4em 0;
}

.contact h2 {
  color: blue;
  line-height: 1.2em;
  font-size: 2em;
  font-weight: bold;
  border-radius: 0.5em;
}

footer#colophon {
  display: none;
}

.back-button {
  display: none;
}

@media print {
  h1 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1em;
  }
  .offer-feature-list ul {
    line-height: 1.2em;
  }
  .offer {
    padding: 0;
    box-shadow: none;
  }
  .contact h2 {
    font-size: 1em;
  }
  .feature-table-items {
    width: 100%;
  }
  .feature-table-items > div {
    border-bottom: 1px solid lightgrey;
  }
}