/* Site header logo */
.site-header {
  text-align: center;
}

.site-header .row-column {
  text-align: center;
}

.site-header .site-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgb(33, 37, 41);
}

.site-header .site-logo-link:hover {
  opacity: 0.85;
}

.site-header .site-logo-link:focus {
  outline: 2px solid rgb(45, 138, 110);
  outline-offset: 2px;
}

/* Site footer */
.site-footer {
  border-top: 1px solid rgb(0, 0, 0);
  background-color: rgb(6, 56, 84);
  padding: 20px 16px 16px;
  margin: 0;
}

.site-footer-container {
  max-width: 900px;
  margin: 0 auto;
  color: rgb(161, 167, 178);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.site-footer-disclaimer {
  margin: 0 0 14px;
  padding: 0;
  text-align: left;
}

.site-footer-refs-title {
  margin: 0 0 6px;
  padding: 0;
  font-weight: 600;
  color: rgb(200, 205, 212);
}

.site-footer-refs {
  margin: 0 0 16px;
  padding-left: 20px;
  list-style: disc;
}

.site-footer-refs li {
  margin: 0 0 4px;
  padding: 0;
}

.site-footer-refs li:last-child {
  margin-bottom: 0;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 24px;
  margin: 0 0 12px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer-nav a {
  display: inline-block;
  color: rgb(200, 205, 212);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
}

.site-footer-nav a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.site-footer-copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: rgb(161, 167, 178);
}

@media (max-width: 600px) {
  .site-footer {
    padding: 16px 12px 14px;
  }

  .site-footer-nav {
    flex-direction: column;
    gap: 10px;
  }

  .site-footer-nav a {
    white-space: normal;
    text-align: center;
  }
}

/* Contact page */
.contact-page {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: rgb(33, 37, 41);
  background-color: rgb(255, 255, 255);
}

.contact-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.contact-header {
  padding: 20px;
  border-bottom: 1px solid rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
}

.contact-header .site-logo-link span {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-main {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 40px 20px 32px;
}

.contact-content {
  width: 100%;
  max-width: 640px;
}

.contact-content h1 {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: center;
  color: rgb(33, 37, 41);
}

.contact-intro {
  text-align: center;
  color: rgb(80, 86, 96);
  line-height: 1.6;
  margin: 0 0 32px;
}

.contact-card {
  background-color: rgb(248, 249, 250);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 20px;
}

.contact-card h2 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  color: rgb(33, 37, 41);
}

.contact-card p {
  margin: 0 0 10px;
  line-height: 1.6;
  color: rgb(48, 48, 48);
}

.contact-card ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.7;
  color: rgb(48, 48, 48);
}

.contact-email {
  margin: 16px 0 !important;
}

.contact-email a {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(45, 138, 110);
  text-decoration: none;
}

.contact-email a:hover {
  text-decoration: underline;
}

.contact-note {
  font-size: 15px;
  color: rgb(100, 106, 116);
  margin-bottom: 0 !important;
}

.contact-footer {
  padding: 24px 20px;
  border-top: 1px solid rgb(230, 230, 230);
  background-color: rgb(248, 249, 250);
  text-align: center;
}

.contact-footer-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.contact-footer-nav a {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: rgb(48, 48, 48);
  text-decoration: none;
}

.contact-footer-nav a:hover {
  text-decoration: underline;
}

.contact-copyright {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  color: rgb(161, 167, 178);
}

/* Terms / Privacy content blocks (same width as .contact-content) */
.terms-effective-date {
  text-align: center;
  font-size: 15px;
  color: rgb(100, 106, 116);
  margin: 0 0 32px;
}

.terms-section {
  margin-bottom: 28px;
}

.terms-section h2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  color: rgb(33, 37, 41);
}

.terms-section h3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0 8px;
  color: rgb(33, 37, 41);
}

.terms-section p {
  margin: 0 0 12px;
  line-height: 1.7;
  color: rgb(48, 48, 48);
  font-size: 16px;
}

.terms-section ul {
  margin: 0 0 12px;
  padding-left: 20px;
  line-height: 1.7;
  color: rgb(48, 48, 48);
  font-size: 16px;
}

.terms-section a {
  color: rgb(45, 138, 110);
  text-decoration: none;
}

.terms-section a:hover {
  text-decoration: underline;
}

.terms-section p,
.terms-section li,
.terms-section a,
.terms-section td,
.terms-section th {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.terms-overview {
  background-color: rgb(248, 249, 250);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 32px;
}

.terms-overview h2 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  color: rgb(33, 37, 41);
}

.terms-overview p {
  margin: 0 0 12px;
  line-height: 1.7;
  color: rgb(48, 48, 48);
  font-size: 16px;
}

.terms-overview p:last-child {
  margin-bottom: 0;
}

.terms-contact-block {
  background-color: rgb(248, 249, 250);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  padding: 24px 28px;
  margin-top: 8px;
}

.terms-contact-block p {
  margin: 0 0 8px;
  line-height: 1.6;
  font-size: 16px;
  color: rgb(48, 48, 48);
}

.terms-contact-block p:last-child {
  margin-bottom: 0;
}

.terms-contact-block a {
  color: rgb(45, 138, 110);
  text-decoration: none;
}

.terms-contact-block a:hover {
  text-decoration: underline;
}

.terms-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  table-layout: fixed;
}

.terms-table th,
.terms-table td {
  border: 1px solid rgb(230, 230, 230);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(48, 48, 48);
}

.terms-table th {
  background-color: rgb(248, 249, 250);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgb(33, 37, 41);
}

@media (max-width: 640px) {
  .terms-overview,
  .terms-contact-block {
    padding: 20px 16px;
  }

  .terms-table th,
  .terms-table td {
    padding: 8px 10px;
    font-size: 13px;
  }
}

/* Sub-page footer (Terms, Privacy, Contact) */
.site-footer--subpage {
  margin-top: auto;
  border-top: none;
}

.site-footer--subpage .site-footer-container {
  max-width: 100%;
  text-align: center;
}

.site-footer--subpage .site-footer-nav {
  border-top: none;
  padding-top: 0;
  margin-bottom: 10px;
}

.fk-payment-options-hide-on-load,
.fk-display-none-on-load {
  display: none;
}

.fk-youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 160px;
}

.fk-youtube .fk-rm.image {
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fk-youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.fk-youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.fk-youtube .fk-rm.image,
.fk-youtube .play-button {
  cursor: pointer;
}

.fk-youtube .fk-rm.image,
.fk-youtube iframe,
.fk-youtube .play-button,
.fk-youtube .play-button:before {
  position: absolute;
}

.fk-youtube .play-button,
.fk-youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.fk-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* Ensure images always visible without external lazy-load library */
img {
  opacity: 1 !important;
  visibility: visible !important;
}

.img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Restore minified-HTML text flow (prettify whitespace broke break-spaces) */
.headline,
.paragraph,
.order-bump,
.headline .headline-inner,
.paragraph .paragraph-inner,
.order-bump .order-bump-inner {
  white-space: normal !important;
}

/* Layout: keep content left-aligned and full-width like original */
.element-wrapper {
  justify-content: flex-start !important;
  align-items: stretch !important;
  width: 100%;
}

.scraped-container-wrapper {
  width: 100%;
}

.headline,
.paragraph,
.scraped-container-wrapper,
.scraped-container,
.scraped-container-box {
  width: 100%;
}

/* Sidebar / sticky CTA: don't stretch inner boxes to full column height */
#cc-id-KdbjwGXkKZyK .scraped-container .scraped-container-box {
  flex: 0 1 auto;
}

/* Main content + sidebar CTA column layout */
#cc-id-LTS1SgHQsmaq,
.main-content-column {
  width: 75%;
}

#cc-id-KdbjwGXkKZyK,
.sidebar-cta-column {
  width: 25%;
}

@media screen and (min-width: 851px) {
  #cc-id-m86DYarWa0u6 {
    position: sticky;
    top: 20px;
    z-index: 10;
  }
}

/* Tablet + mobile: stack sidebar below main content (fixes 75/25 squeeze) */
@media screen and (max-width: 850px) {
  [id="437746"] > .section_row,
  [id="633322"].section_row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  #cc-id-LTS1SgHQsmaq,
  #cc-id-KdbjwGXkKZyK,
  .main-content-column,
  .sidebar-cta-column {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    flex: 0 0 auto !important;
  }

  #cc-id-m86DYarWa0u6 {
    position: static !important;
    top: auto !important;
    width: 100% !important;
  }

  #cc-id-WdKUnuTzig2Y,
  .el-368334 {
    display: block !important;
    margin: 20px auto 0 !important;
    padding: 16px 12px !important;
    max-width: 360px;
    width: 100% !important;
    box-sizing: border-box;
  }

  #cc-id-WdKUnuTzig2Y .el-228218 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Testimonial blocks — stacked layout: full-width image on top, text below (RIP reference) */
.el-166292,
.el-368208,
.el-568810,
.el-22263,
.el-943150,
.el-22938 {
  flex-direction: column !important;
  align-items: stretch !important;
}

.el-166292 > .scraped-container-box,
.el-368208 > .scraped-container-box,
.el-568810 > .scraped-container-box,
.el-22263 > .scraped-container-box,
.el-943150 > .scraped-container-box,
.el-22938 > .scraped-container-box {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
}

.el-302603.no-mobile,
.el-721635.no-mobile,
.el-229577.no-mobile,
.el-868272.no-desktop,
.el-946678.no-desktop {
  padding: 12px 20px 20px 12px !important;
  box-sizing: border-box !important;
}

.el-726188,
.el-283164,
.el-532724,
.el-228772,
.el-809235,
.el-390293 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  align-items: stretch !important;
}

.el-726188 img,
.el-283164 img,
.el-532724 img,
.el-228772 img,
.el-809235 img,
.el-390293 img,
#cc-id-FNnerA5XiFhc,
#cc-id-l2Mj3fUqMUKz,
#cc-id-ErR4Id2cNtqr,
#cc-id-LJScougW6XiZ,
#cc-id-HgwX1Jv1JrOa,
#cc-id-13tUW9I6HS2e {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

.el-166292 > .scraped-container-box:nth-child(2) > p,
.el-368208 > .scraped-container-box:nth-child(2) > p,
.el-568810 > .scraped-container-box:nth-child(2) > p,
.el-22263 > .scraped-container-box:nth-child(2) > p,
.el-22938 > .scraped-container-box:nth-child(2) > p {
  margin: 10px 0 6px !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.el-741599,
.el-527252,
.el-328488,
.el-302772,
.el-318131,
.el-603848,
.el-34284,
.el-96107,
.el-788912 {
  margin: 0 !important;
  padding: 8px 0 !important;
  line-height: 1.45 !important;
}

.el-816902,
.el-491994,
.el-506129 {
  margin: 0 !important;
  padding: 0 !important;
  background-color: rgb(218, 243, 255) !important;
}

.el-816902 .paragraph,
.el-491994 .paragraph,
.el-506129 .paragraph {
  border-radius: 0 !important;
}

