body {
  background: #fefefe;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  color: #010101;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 96px;
}

.demo {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(95,95,95,0.5);
  -moz-box-shadow: 0 4px 6px rgba(95,95,95,0.5);
  box-shadow: 0 4px 6px rgba(95,95,95,0.5);
  background: #f1f2f3;
  object-fit: cover;
  border: 2px solid #cfd5e2;
}

.hero {
}

.title-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

h1 {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0;
}

.home-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px;
  justify-content: space-between;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  text-align: center;
}

.tagline {
  max-width: 720px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

.sub-tag {
  max-width: 600px;
  margin: 20px 0;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.sub-tag-list {
  font-size: 16px;
  color: gray;
  line-height: 1.75;
  text-align: left;
  margin: 60px auto 20px auto;
}

.sub-tag-list strong {
  color: #0037ed;
}

.home-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 10px;
  /* background-color: #f6f6f6; */
  /* border-bottom: 1px solid #eae6e6; */
}

.home-navbar a, .home-navbar a:visited {
  color: black;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.home-navbar a:hover {
  text-decoration: underline;
}

.home-navbar a span {
  display: inline-block;
  font-size: 24px;
  margin-left: 5px;
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-right strong {
  font-weight: 900;
}

.navbar-right a {
  font-weight: 500;
  letter-spacing: 0;
}

.pro-tagline {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.download-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}

.download:hover {
  opacity: 0.85;
}

.get-pro {
  
}

.get-pro a {
  display: inline-block;
  border-bottom: 2px solid gainsboro;
  color: gray;
  text-decoration: none;
  padding: 8px 8px 1px 8px;
  font-size: 11pt; 
  transition: all 0.2s ease;
}

.get-pro a:visited {
  color: gray;
}

.get-pro a:hover {
  border-color: gray;
  color: #4a4949;
}



.wide-bar {
  height: 32px;
  opacity: 0.25;
  background: #C2C7CB;
}

.wide-bar.blue {
  background: #0088D5;
}

.wide-bar.yellow {
  background: #FFDF5C;
}

.benefit {
  padding: 8px;
}

.benefit h2 {
  text-align: center;
}

.topline {
  font-size: 48pt;
  line-height: 48pt;
}

.bottomline {
}

.benefit .detail {
  max-width: 420px;
  margin: 64px auto;
  font-size: 10pt;
  text-align: center;
}

.benefit .examples {
  max-width: 760px;
  margin: 64px auto;
  box-sizing: border-box;
  padding: 16px 32px;
}

.benefit .examples .examples-column {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.benefit .example {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 8px 20px;
  transform: translatey(0px);
}

.benefit .example:nth-child(1) {
  font-weight: 600;
  font-size: 16pt;
  margin-right: auto;
  animation: float 8s ease-in-out infinite;
}

.benefit .example:nth-child(2) {
  text-align: right;
  font-size: 26pt;
  color: #0088D5;
  margin-left: auto;
  animation: float 9.5s ease-in-out infinite;
  animation-direction: reverse;
}

.benefit .example:nth-child(3) {
  font-weight: 800;
  color: #F99548;
  margin-left: 48px;
  margin-right: auto;
  font-size: 14pt;
  animation: float 12s ease-in-out infinite;
  animation-direction: reverse;
}

.benefit .example:nth-child(4) {
  text-align: center;
  font-size: 24pt;
  color: #14b19e;
  margin-left: auto;
  margin-right: auto;
  animation: float 10s ease-in-out infinite;
}

.footer {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  font-size: 10pt;
  color: gray;
  padding: 64px;
}

.footer a {
  color: inherit;
}

.privacy-policy {
  padding: 16px;
  max-width: 560px;
  margin: 64px auto;
}

.privacy-policy h1 {
  text-align: left;
  margin: 32px 0;
  font-size: 24pt;
}

.reviews {
  font-size: 16pt;
  margin: 48px auto;
  padding: 16px;
  text-align: center;
}

.stars {
  color: #ff9502;
  letter-spacing: 2px;
  margin: 4px auto;
  max-width: 560px;
  text-align: center; 
  padding: 0 16px;
  box-sizing: border-box;
}

.stars.stars-left {
  text-align: left;
}

.stars.stars-right {
  text-align: right;
}

.reviews p {
  max-width: 560px;
  margin: 4px auto 4px auto;
}

.reviews img {
  display: block;
  margin: 16px auto;
  max-width: 520px;
}

.reviews a {
  display: block;
  margin-bottom: 72px;
  font-size: 12pt;
  color: gray;
}

.example-container .example-lead {
  text-align: center;
}

.background-image-container {
  position: relative;
}

.background-image-container img {
  object-fit: cover;
  position: absolute;
  border-radius: 8px; 
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.simplicity {
  text-align: center;
  max-width: 520px;
  margin: 128px auto 96px auto;
  padding: 16px;
}

.simplicity img {
  max-width: 240px;
  display: block;
  margin: 16px auto 36px auto;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 10px 0px rgba(0,0,0,0.2);
    transform: translatey(-4px);
  }
  100% {
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}





.pro-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 96px auto 64px auto;
  max-width: 600px;
}

.pro-icons img {
  box-sizing: border-box;
  width: 33%;
  padding: 8px 32px;
}

.pro-benefits {
  max-width: 760px;
  margin: 64px auto;
  padding: 8px;
}

.pro-benefit {
  margin-bottom: 96px;
}

.pro-benefit .primary {
  
}

.pro-benefit .accent {
  
}

.pro-benefit .accent img {
  display: block;
  margin: 4px auto;
  max-width: 100%;
  border: 4px solid white;
  border-radius: 8px;
}

.pro-benefit-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-benefit-header h2 {
  font-size: 32pt;
}

.pro-benefit-header img {
  width: 72px;
  margin-right: 16px;
}

.pro-benefit p {
  max-width: 460px;
  margin: 24px auto;
}

.pro-purchase-link {
  text-decoration: none;
  background: -webkit-linear-gradient(277deg, rgb(6, 12, 47) 0%, rgb(4, 34, 58) 64%, rgb(10, 61, 88) 100%);
  background: -o-linear-gradient(277deg, rgb(6, 12, 47) 0%, rgb(4, 34, 58) 64%, rgb(10, 61, 88) 100%);
  background: linear-gradient(7deg, rgb(6, 12, 47) 0%, rgb(4, 34, 58) 64%, rgb(10, 61, 88) 100%);
  color: white;
  display: inline-block;
  border-radius: 8px; 
  -webkit-box-shadow: 0 1px 2px rgba(95,95,95,0.8);
  -moz-box-shadow: 0 1px 2px rgba(95,95,95,0.8);
  box-shadow: 0 1px 2px rgba(95,95,95,0.8);
  padding: 12px 32px;
  letter-spacing: 0.5px;
  border-top: 1px solid #527f9e;
  border-bottom: 1px solid #030821;
}

.pro-purchase-link:visited {
  color: white;
}

.pro-purchase-link:hover {
  transform: scale(1.025);
}

.pro-purchase-link:active {
  -webkit-box-shadow: 0 1px 2px rgba(95,95,95,0.2);
  -moz-box-shadow: 0 1px 2px rgba(95,95,95,0.2);
  box-shadow: 0 1px 2px rgba(95,95,95,0.2);
}

.purchase-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  
}

.purchase-benefit {
  border-top: 1px solid gainsboro;
  margin-top: 128px;
  padding-top: 96px;
}

.purchase-benefit h2 {
  text-align: center;
}

.purchase-images img {
  width: 50%;
  box-sizing: border-box;
  border: 4px solid white;
  border-radius: 8px;
}

.horo-pro-container {
  display: flex;
  flex-direction: column;

}

.horo-pro-container h1 {
  font-size: 48px;
}

.horo-pro-container h2 {
  margin: 0;
}

.horo-pro-container .hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horo-pro-container .title-bar {
  display: flex;
  flex-direction: column;
}

.horo-pro-container .pro-app-title {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media only screen and (max-width: 780px) {
  .purchase-images img {
    width: 100%;
  }
}