* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #020202;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.error-msg {
  text-align: center;
  font-size: 15px;
  color: #e71328;
}

.error-msg::after {
  content: '😮';
}

.bold {
  font-weight: 700;
}

.yellow-highlight {
  background-color: #ffff00;
}

.lightblue-highlight {
  background-color: #ddf2ff;
}

.barlow-font {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

p {
  margin-bottom: 1.4em;
}

sup {
  font-size: 14px;
}

.section-title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 0 auto;
  max-width: 630px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 42px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.prehead-container {
  background-color: #171717;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 55px;
}

main {
  line-height: 34px;
  margin: 0 auto;
  max-width: 920px;
  font-size: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 100px;
}

.headline {
  margin: 0 auto 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  max-width: 400px;
  text-align: center;
  /* background-color: #00C160; */
}

.ecover-and-button-container {
  display: flex;
  flex-wrap: wrap;
}

.left-column {
  flex: 1;
  /* padding: 10px 20px; */
  text-align: center;
}

.right-column {
  flex: 1;
}

#ecover-img {
  max-width: 440px;
  width: 100%;
  height: auto;
  /* background-color: #D8AF21; */
}

/********* HEADSHOTS *********/
.headshots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.headshot {
  width: 18%;
  text-align: center;
  margin-bottom: 20px;
}

.headshot img {
  width: 100%;
  height: auto;
  margin-bottom: -11px;
}

.headshot p {
  font-size: 18px;
  font-weight: 600;
}

/* Makes Headshots 2 per row on mobile */
@media (max-width: 600px) {
  .headshot {
    width: 47%;
  }

  .first-headshot {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }

  .first-headshot img {
    width: 55%;
  }
}

/*** END HEADSHOTS **********/

.description-wrapper {
  padding: 20px;
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
  color: #006888;
}

.sub-headline {
  text-align: center;
  line-height: 30px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ecover-wrapper,
.arrow-wrapper {
  margin: 0 auto;
  width: 100%;
  /* background-color: #006888; */
}

#arrow-img {
  max-width: 90px;
  width: 100%;
  height: auto;
  /* margin-top: 18px; */
  margin-left: 30%;
}

.button-wrapper {
  max-width: 450px;
  margin: 0 auto;
}

.product-price-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0px 4px;
  font-size: 16px;
}

#price-zero-text {
  color: #00b409;
  font-weight: 600;
}

/* DOWNLOAD BUTTON */
.download-button {
  display: block;
  width: 100%;
  background-color: #f5d76e;
  border: none;
  color: #000000;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 5px 0px #c9a113;
  transition: box-shadow 0.3s ease;
  margin-bottom: 10px;
  border-radius: 32px;
}

.download-button:hover {
  background-color: #ffe06f;
}

/* PAPER LIKE BACKGROUND */
.paper-like-bg {
  margin: 0 auto;
  max-width: 660px;
  padding: 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.149);
  margin-bottom: 46px;
}

.paper-like-bg-about-me {
  margin: 0 auto;
  max-width: 768px;
  padding: 35px 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.149);
  margin-bottom: 46px;
}

.bullet-list-item {
  margin-bottom: 36px;
}

.report-title {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  font-size: 22px;
  margin-bottom: 22px;
}

/* SGV UNDERLINE TEXT  */
.underline-text {
  position: relative;
  display: inline-block;
}

.underline-text svg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.mrgn-btm-40px {
  margin-bottom: 40px;
}

/***** SIGNATURE *****/
.sig-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;

  margin-bottom: 20px;
  text-align: center;

  /* background-color: #006888; */
}

.sig-closing {
  font-size: 22px;
  margin-bottom: 10px;
}

#headshot-img {
  max-width: 130px;
}

#hand-sig-img {
  max-width: 280px;
}

.professional-title {
  margin: 0 auto;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  max-width: 250px;
  line-height: 25px;
  color: #0066ff;
}

/***** BONUS *****/
.bonus-card {
  margin-bottom: 50px;
}

.bonus-heading {
  padding: 10px 20px 5px 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #990000;
  max-width: 440px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 19px -6px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 8px 19px -6px rgba(0, 0, 0, 0.48);
}

marquee {
  color: #e7e7e7;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.bonus-img {
  margin: 0 auto;
  text-align: center;
}

.bonus-img img {
  max-width: 375px;
}

/***** FINAL CALL TO ACTION *****/
.curly-arrow-down-wrapper {
  text-align: center;
}

#curly-arrow-down {
  max-width: 112px;
  margin-bottom: 20px;
}

.product-bundle-wrapper {
  text-align: center;
}

/* .product-bundle-wrapper {
    width: 90%;
} */

#product-bundle-img {
  max-width: 750px;
}

.blue-bg-white-txt {
  /* font-family: "Barlow Semi Condensed", sans-serif; */
  color: #ffffff;
  background-color: #3390ff;
}

.body-no-paper-like {
  margin: 0 auto;
  max-width: 660px;
  padding: 0 25px 10px 25px;

  /* margin-bottom: 46px; */
  /* background-color: #006888; */
}

.gift-bullets {
  margin-bottom: 24px;
}

.gift-bullets li {
  list-style: none;
  background-image: url('../images/checkmark-green.png');
  background-repeat: no-repeat;
  /* background-position: left center; */
  background-position: 0px 12px;
  background-size: 20px 20px;
  font-weight: 700;
  padding-left: 30px;
}

.total-value-text {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.btn-three {
  max-width: 600px;
  margin-bottom: 4em;
}

.btn-four {
  margin-bottom: 2em;
  max-width: 600px;
}

/************ YOUR INSTRUCTOR ***************/
.your-instructor-header {
  font-size: 40px;
  margin-bottom: 55px;
}

.what-i-do-txt {
  margin: 0 auto 20px;
  margin-bottom: 34px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 21px;

  line-height: 34px;
  max-width: 500px;
  text-align: center;
  /* background-color: #00C160; */
}

.unordered-list {
  margin-left: 40px;
}

.unordered-list li {
  line-height: 40px;
  margin-bottom: 34px;
}

/************** FOOTER ***************/
footer {
  margin-top: 20px;
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.footer-container {
  max-width: 960px;
  margin: 0 auto;
}

.links a {
  display: inline-block;
  margin-right: 20px;
  color: #666666;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.links a:hover {
  color: #333;
}

.youtube-link {
  color: #0066ff;
}

.slogan {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 8px;
}

.copyright--txt {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

/************** MODAL **************/
#modal {
  width: 500px;
  font-size: 20px;
  /* line-height: 34px; */
  border: 1px solid black;
  padding: 20px 30px 35px 30px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

dialog::backdrop {
  background-color: hsla(0, 0%, 7%, 0.7);
}

.modal-description {
  margin-bottom: 14px;
  line-height: 28px;
  /* font-size: 19px; */
}

#modal label {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  /* removes external spacing */
  padding: 0;
}

.modal-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.modal-close-button:hover {
  color: #858585;
}

.first-name-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.modal-description {

  text-align: center;

}

/***** FORM CODE ****/
.form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-input {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-input:focus {
  border-color: #205bff;
  box-shadow: 0 0 3px rgba(32, 91, 255, 0.3);
}

.form-button {
  padding: 18px;
  font-size: 17px;
  color: #fff;
  background-color: #205bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
}

.form-button:hover {
  background-color: #1747d6;
}

.form-button:active {
  background-color: #133ab1;
}

.gabe-headshot-caption {
  margin-bottom: 8px;
}


/* MEDIA QUERIES */

@media screen and (max-width: 414px) {
  .headline {
    font-size: 28px;
    line-height: 36px;
  }

  .modal-description {
    margin-top: 12px;
  }

  .product-price-wrapper {
    font-size: 16px;
  }

  #price-zero-text {
    font-size: 18px;
  }

  .download-button {
    font-size: 18px;
    padding: 12px 0;
  }

  /* Make dialog close to full Width on Mobile */
  dialog:modal {
    max-width: 95vw;
  }

  .slogan {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .copyright--txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
  }
}

/* HIDE paper-like bg */
@media screen and (max-width: 700px) {
  #curly-arrow-down {
    width: 85px;
  }

  .section-title {
    padding: 0 20px 10px;
  }

  main {
    line-height: 30px;
    margin-bottom: 50px;
  }

  .bonus-img img {
    max-width: 100%;
  }

  .paper-like-bg {
    box-shadow: none;
    padding: 0 20px 0;
    font-size: 17px;
  }

  .sub-headline {
    font-size: 17px;
  }

  .gift-bullets li {
    margin-bottom: 20px;
  }

  .report-title {
    font-size: 18px;
  }

  .sig-closing {
    font-size: 18px;
  }

  .professional-title {
    font-size: 14px;
  }

  .body-no-paper-like {
    padding: 0 20px 0;
    font-size: 17px;
  }

  .bonus-heading {
    font-size: 26px;
  }

  #product-bundle-img {
    max-width: 100%;
  }

  .your-instructor-header {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .gabe-headshot-caption {
    margin-bottom: 0;
  }

  footer .container p {
    font-size: 14px;
  }

  .paper-like-bg-about-me {
    margin: 0 auto;
    width: 94%;
    padding: 35px 20px;
    /* box-shadow: none; */
    /* margin-bottom: 26px; */
    font-size: 16px;
    line-height: 30px;
  }

  .unordered-list li {
    line-height: 30px;
  }

  .total-value-text {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 34px;
  }

  #modal {
    padding: 20px 20px 35px 20px;
  }

  .modal-description {
    font-size: 18px;
    /* line-height: 30px */
    text-align: center;
  
  }

  #email-label {
    font-size: 14px !important;
    /* background-color: #0066FF; */
  }
}

@media (max-width: 768px) {
  .prehead-container {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 26px;
    line-height: 36px;

    /* margin: 0 10px 20px; */
  }

  .sub-headline {
    font-size: 19px;
  }

  .download-button {
    margin-bottom: 60px;
  }

  .arrow-wrapper {
    display: none;
  }

  .headline {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .ecover-and-button-container {
    flex-direction: column-reverse;
  }

  .slogan {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .copyright--txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
  }
}
