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

body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* Disclaimer bar */
.offer-container-v2 {
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.logo-wrapper {
  background-color: #696969;
  text-align: center;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-text {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

/* Hero / form section */
.main-form-container {
  width: 100%;
  margin: 0 auto;
  background: #f0f0f0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.main-bac-logo-container-mob {
  display: none;
}

.stimulus-img-desktop {
  display: none;
}

.stimulus-img-mob {
  display: block;
  width: 100%;
}

.stimulus-img-mob .promo-img-mob img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.main-form-container-v2 {
  display: flex;
  justify-content: center;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.promo-img-mob-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0 15px 0;
}

.promo-img-mob img {
  display: block;
  height: auto;
  width: 73%;
  margin: auto;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  width: 960px;
  max-width: 100%;
  padding: 15px 20px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  margin: 22px auto 0;
  border: 1.4px solid transparent;
}

.inner-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 608px;
}

.form-logo {
  width: 324px;
  max-width: 100%;
}

.hero-title {
  margin: 16px 0 0;
  text-transform: capitalize;
  color: #104e8b;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 50.14px;
  font-weight: 800;
  line-height: 54.5px;
}

.form-progress-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0 12px;
  gap: 12px;
}

.form-progress-bar-text {
  width: 100%;
  color: #515151;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

#formSubmit {
  width: 100%;
  padding: 0;
}

.form-field {
  width: 100%;
  text-align: left;
  margin: 0;
}

.form-field label {
  margin: 0.25rem 0;
  color: #515151;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.form-field input {
  width: 100%;
  border: 2px solid #2c2c37;
  border-radius: 0;
  padding: 12px;
  font-size: 1rem;
  height: 50px;
  margin-bottom: 4px;
}

.continue-button {
  display: inline-block;
  width: 100%;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 7px;
  background: #548b54;
  height: 64px;
  font-weight: 600;
  margin-top: 5px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  text-transform: capitalize;
}

.continue-button:hover {
  background: #467a46;
}

.global-email-consent-text {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 350;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  margin: 10px 0;
}

.global-email-consent-text a {
  color: #1874cd;
  text-decoration: underline;
  font-weight: 500;
}

/* Why missed section */
.why-missed-section {
  display: flex;
  justify-content: center;
  background-color: #104e8b;
  color: white;
  text-align: center;
  width: 100%;
}

.why-missed-section .container {
  padding: 24px 20px 25px;
}

.why-missed-section-title {
  font-family: Figtree, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin: 0 0 17px;
}

.why-missed-section p {
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  max-width: 810px;
  padding-bottom: 26px;
  margin: 0 auto;
}

.trust-indicators {
  padding: 16px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.trust-item {
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 150px;
}

.trust-icon img {
  height: 79px;
}

.trust-text {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

/* How to get section */
.how-to-get {
  max-width: 810px;
  background-color: white;
  padding: 0;
  text-align: center;
  width: 100%;
}

.how-to-get-title {
  color: #104e8b;
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 32px 0;
  text-align: center;
}

.how-to-get-info-container {
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.how-to-get-promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-to-get-info-text p,
.how-to-get-info-text li {
  color: #515151;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin: 0 auto;
}

.how-to-get-info-text p:not(:last-child) {
  padding-bottom: 26px;
}

.how-to-get-info-text ul {
  margin: 0;
  padding-left: 30px;
}

.how-to-get-info-image-desktop {
  display: none;
}

.how-to-get-info-image-mob {
  width: 100%;
  margin-top: 40px;
}

.how-to-get-info-text {
  width: calc(100% - 60px);
  margin: 0 30px;
}

/* How it works */
.how-it-works {
  padding: 0 14px;
  text-align: center;
  width: 100%;
}

.how-it-works-title {
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #104e8b;
  margin: 25px 0 17px;
}

.how-it-works-text {
  color: #515151;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  max-width: 810px;
  padding: 0 20px 26px 30px;
  margin: 0 auto;
  text-align: left;
}

.features-container {
  max-width: 823px;
  margin: 0 auto;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #f0f0f0;
}

.features-container .feature:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  width: 55px;
  height: 50px;
  flex-shrink: 0;
  margin: 8px 16px;
  background: url("assets/images/icon_checkmark.svg") white no-repeat center center;
  border-radius: 6px;
}

.feature-content-header {
  color: #515151;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.feature-content-body {
  color: #515151;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 8px;
}

/* FAQ */
.faq-section {
  background-color: white;
  padding: 0 14px;
  width: 100%;
}

.faq-container {
  max-width: 822px;
  margin: 0 auto;
}

.faq-container ul {
  padding: 0 0 0 25px;
}

.faq-title {
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #104e8b;
  text-align: center;
  margin: 32px 0;
}

.faq-item {
  margin-bottom: 10px;
  padding: 20px;
  border-left: 4px solid #03bde3;
  background: #e6f7f8;
}

.faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  color: #515151;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 10px;
}

.faq-answer {
  color: #515151;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

/* CTA */
.ready-to-find {
  color: white;
  text-align: center;
  padding: 0 20px 58px;
  width: 100%;
}

.ready-to-find-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 32px 0;
  flex-wrap: wrap;
}

.ready-to-find-header {
  font-family: Figtree, sans-serif;
  color: #2c2c37;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.icon-find {
  width: 43px;
  height: 43px;
}

.ready-to-find-container {
  max-width: 822px;
  margin: 0 auto;
  width: 100%;
}

.eligibility-btn {
  background-color: #548b54;
  color: white;
  border: none;
  padding: 15px 40px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
  max-width: 822px;
  margin: 0 auto;
  text-align: center;
}

.eligibility-btn:hover {
  background-color: #467a46;
}

/* Footer */
.footer-container {
  background: #000;
  width: 100%;
  max-width: none;
  padding-bottom: 2rem;
}

.footer-logo-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  width: 100%;
}

.footer-logo {
  height: 35px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
  padding: 0 16px;
}

.footer-links a,
.footer-copyright {
  color: #faf0e6;
  text-transform: uppercase;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copyright {
  text-transform: capitalize;
}

/* Desktop layout */
@media (min-width: 769px) {
  .main-form-container {
    flex-direction: row;
    width: 100vw;
    padding: 0;
  }

  .stimulus-img-desktop {
    display: flex;
    width: 50vw;
    position: relative;
    overflow: hidden;
  }

  .stimulus-img-desktop .promo-img-desktop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .stimulus-img-mob {
    display: none;
  }

  .promo-img-mob-container {
    display: none;
  }

  .main-form-container-v2 {
    width: 50vw;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }

  .form-container {
    width: 100%;
    padding: 15px 20px 75px;
    margin: 0 auto;
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .inner-form-container {
    width: 100%;
    max-width: 430px;
  }

  .feature {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .how-to-get-info-image-desktop {
    display: block;
    width: 49%;
  }

  .how-to-get-info-image-mob {
    display: none;
  }

  .how-to-get-info-text {
    width: 49%;
    padding: 0 15px;
    margin: 0;
  }

  .how-to-get-info-container {
    flex-direction: row;
    gap: 2%;
    max-width: 810px;
    margin: 24px auto 0;
  }

  .how-it-works-title,
  .how-to-get-title,
  .faq-title {
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .footer-container {
    max-width: 1320px;
  }
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .main-form-container-v2 {
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.45));
    flex-direction: column;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .main-form-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .form-container {
    box-shadow: none;
    margin: 6px auto 32px;
    width: 85%;
  }

  .inner-form-container .form-logo {
    display: none;
  }

  .hero-title {
    margin: 10px 0;
    font-size: 35.139px;
    line-height: 38.194px;
  }

  .form-progress-bar-container {
    padding: 8px 0 12px;
  }

  .how-it-works-title,
  .how-to-get-title,
  .faq-title {
    padding: 0 30px;
  }

  .icon-find {
    padding-left: 20px;
  }
}

@media (max-width: 540px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
  }
}
