:root {
  --primary-fonts: "Open Sans";
  --primary-color: #000000;
}

html {
  height: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}

body {
  font-family: var(--primary-fonts);
  background: var(--primary-color);
  color: red;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */

.header {
  padding-block: 4rem 2rem;
}

.header__title {
  text-align: center;
  line-height: 1.2;
}

.ascii {
  margin: 0px;
  color: red;
  width: unset;
  box-shadow: none;
  border: none;
  white-space: pre;
  overflow: visible;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  margin-bottom: -20px;
}

.header__title h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  color: red;
}

.header__title h2 {
  font-size: 2rem;
  font-weight: 500;
  color: red;
}

/* Nav */
.navbar .page-width {
  max-width: 36rem;
}

.navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.navbar ul a {
  display: inline-block;
  padding: 0.5rem 0.875rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  color: #ffffff;
}

.navbar ul a.active {
  color: #000000;
  background-color: red;
}

.button {
  border: 2px solid;
  border-color: red;
  background-color: #000000;
  text-decoration: none;
  outline-color: none;
  display: inline-block;
  padding: 0.4rem 0.875rem;
  font-size: 0.9rem;
  border-radius: 2rem;
  color: #ffffff;
  transition: 0.3s;
}

.button:hover {
  border: 2px solid;
  border-color: red;
  background-color: red;
  text-decoration: none;
  outline-color: none;
  display: inline-block;
  padding: 0.4rem 0.875rem;
  font-size: 0.9rem;
  border-radius: 2rem;
  color: #ffffff;
}

/* Showcase */

.showcase {
  margin-block: 2rem;
}

.showcase .page-width {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: flex-start;
  gap: 1.25rem;
}

.showcase__content {
  border: 1px solid red;
  background-color: #000000;
  border-radius: 6px;
  padding: 20px;
  position: sticky;
  top: 20px;
}

.showcase__content h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2.75rem;
  color: red;
}

.showcase__content h2::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: red;
  opacity: 0.3;
}

.showcase__content .showcase__content-toplink {
  display: block;
  border: 1px solid red;
  background-color: #000000;
  color: red;
  padding: 0.625rem;
  border-radius: 0.25rem;
}

.showcase__content-innerlink a {
  display: block;
  padding: 0.625rem;
  border-radius: 0.25rem;
  margin-block: 0.25rem;
  color: #ffffff;
}

.showcase__details {
  border: 1px solid red;
  background-color: #000000;
  border-radius: 0.375rem;
  padding: 20px;
  color: #ffffff;
}

.showcase__details-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: red;
}

.showcase__details-title::after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 0;
  height: 1px;
  width: 100%;
  background: red;
  opacity: 0.3;
}

.showcase__details-innercontent h2 {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: red;
}

.showcase__details-innercontent h2::after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 0;
  height: 1px;
  width: 100%;
  background: red;
  opacity: 0.3;
}

.showcase__details-innercontent p,
.showcase__details-subtitle p {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #ffffff;
  text-decoration: none;
}

.showcase__details-subtitle h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: red;
}

.showcase__details-innercontent a {
  color: red;
  text-decoration: none;
}

.showcase__details-innercontent button {
  text-decoration: none;
}

footer {
  padding-block: 2.5rem;
  color: red;
  text-align: center;
}

footer a {
  display: block;
  padding-top: 1rem;
  color: red;
}

.showcase__details-innercontent img {
  max-width: 430px;
  object-fit: contain;
  margin-block: 2rem;
}

.showcase__details-innercontent ol {
  margin-block: 1rem;
}

.showcase__details-innercontent li {
  font-size: 0.875rem;
  line-height: 1.7;
}

.showcase__details-innercontent ul li {
  list-style: circle;
}

.showcase__details-innercontent code {
  font-size: 0.875em;
  color: red;
  word-wrap: break-word;
}

.showcase__details-innercontent h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.plans-content {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  justify-content: space-between;
}

.plans-box {
  text-align: center;
  display: inline-block;
  width: 250px;
  height: 325px;
  border-radius: 10px;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid;
  border-color: red;
  background-color: rgb(0, 0, 0);
  margin-right: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.plans-box:hover {
  text-align: center;
    display: inline-block;
    width: 250px;
    height: 325px;
    border-radius: 10px;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid;
    border-color: red;
    background-color: rgb(0, 0, 0);
    margin-right: 10px;
    margin-bottom: 15px;
}

.plans-box-spacer {
  display: inline-block;
  width: 10px;
}

.plans-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plans-spacer {
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin-top: 10px;
  left: 0;
  height: 1px;
  width: 180px;
  background: red;
}

.plans-text {
  text-align: center;
}

.plans-button {
  width: 115px;
  margin-top: 5px;
  display: inline;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-color: red;
  background-color: #000000;
  text-decoration: none;
  outline-color: none;
  padding: 0.4rem 0.875rem;
  font-size: 0.9rem;
  border-radius: 2rem;
  color: #ffffff;
  transition: 0.3s;
}

.plans-button:hover {
  width: 115px;
  margin-top: 5px;
  display: inline;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-color: red;
  background-color: red;
  text-decoration: none;
  outline-color: none;
  padding: 0.4rem 0.875rem;
  font-size: 0.9rem;
  border-radius: 2rem;
  color: #ffffff;
}

.plans-features-list {
  margin-bottom: -10px;
}

.plans-feature-top {
  padding-top: 15px;
  margin: -15px;
}

.plans-feature {
  margin: -15px;
}

.plans-facts-top {
  margin-top: 35px;
}

.plans-facts {
  margin-top: -10px;
}

.plans-facts-separator {
  color: red;
}

.showcase__list {
  padding-left: 20px;
}

.showcase__list li {
  list-style: disc;
}

#Terms-of-Service {
  font-size: 40px;
  font-weight: 500;
}

.showcase__content-innerlink a.active {
  border: 1px solid red;
  background-color: red;
  color: #000000;
}

@media (max-width: 1220px) {
  .page-width {
    max-width: 95%;
  }

  .showcase .page-width {
    grid-template-columns: 250px 1fr;
  }
}

@media (max-width: 767px) {
  
  .page-width {
    max-width: 90%;
  }

  .showcase .page-width {
    grid-template-columns: 1fr;
  }

  .showcase__content {
    position: static;
  }

  .header__title h1 {
    font-size: 1.5rem;
  }

  .header__title h2 {
    font-size: 1.125rem;
  }

  .header {
    padding-block: 2.5rem 1rem;
  }

  .ascii {
    margin: 0px;
    color: red;
    width: unset;
    box-shadow: none;
    border: none;
    white-space: pre;
    overflow: visible;
    font-size: 6px;
    line-height: 1;
    font-weight: bold;
    font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    margin-bottom: -20px;
  }

  .navbar ul a {
    font-size: 0.75rem;
    padding: 0.25rem 0.375rem;
    border-radius: 0.125rem;
  }

  .showcase__content h2 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }

  .showcase__content {
    padding: 1rem;
  }

  .showcase__content .showcase__content-toplink,
  .showcase__content-innerlink a {
    font-size: 0.875rem;
    padding: 0.375rem;
  }

  .showcase__details-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .showcase__details-title::after {
    bottom: -5px;
  }

  .showcase__details-title + p {
    font-size: 0.875rem;
    margin-bottom: 10px;
    line-height: 1.7;
  }

  .showcase__details-subtitle h2 {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }

  .showcase__details-innercontent p,
  .showcase__details-subtitle p {
    margin-bottom: 0.625rem;
  }

  .showcase__details-innercontent h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1.25rem;
  }

  .showcase__details-innercontent h2::after {
    bottom: -8px;
  }

  footer {
    font-size: 0.875rem;
    padding-block: 1rem;
  }

  footer a {
    padding-top: 0.5rem;
  }

  .showcase__details-innercontent img {
    max-width: 100%;
    margin-block: 1rem;
  }

  .showcase {
    margin-block: 1rem;
  }

  .showcase__details-innercontent a {
    line-break: anywhere;
    text-decoration: none;
  }

  .showcase__details-innercontent button {
    text-decoration: none;
  }

  .plans-content {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: space-between;
  }
  
  .plans-box {
    text-align: center;
    display: inline-block;
    width: 250px;
    height: 325px;
    border-radius: 10px;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid;
    border-color: red;
    background-color: rgb(0, 0, 0);
    margin-right: 10px;
    margin-bottom: 15px;
    transition: 0.3s;
}

  .plans-box:hover {
    text-align: center;
    display: inline-block;
    width: 250px;
    height: 325px;
    border-radius: 10px;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid;
    border-color: red;
    background-color: rgb(0, 0, 0);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  
  .plans-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .plans-spacer {
    margin-left: auto;
    margin-right: auto;
    content: "";
    margin-top: 10px;
    left: 0;
    height: 1px;
    width: 180px;
    background: red;
  }
  
  .plans-text {
    text-align: center;
  }
  
  .plans-button {
    width: 115px;
    margin-top: 5px;
    display: inline;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-color: red;
    background-color: #000000;
    text-decoration: none;
    outline-color: none;
    padding: 0.4rem 0.875rem;
    font-size: 0.9rem;
    border-radius: 2rem;
    color: #ffffff;
    transition: 0.3s;
  }

  .plans-button:hover {
    width: 115px;
    margin-top: 5px;
    display: inline;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-color: red;
    background-color: red;
    text-decoration: none;
    outline-color: none;
    padding: 0.4rem 0.875rem;
    font-size: 0.9rem;
    border-radius: 2rem;
    color: #ffffff;
  }
  
  .plans-features-list {
    margin-bottom: -10px;
  }
  
  .plans-feature-top {
    padding-top: 15px;
    margin: -15px;
  }
  
  .plans-feature {
    margin: -5px;
  }

  .plans-facts-top {
    margin-top: 25px;
    text-align: center;
  }

  .plans-facts {
    margin-top: -10px;
    text-align: center;
  }

  .plans-facts-separator {
    color: red;
  }

  #Terms-of-Service {
    font-size: 1.5rem;
  }
}
