

@media (min-width: 768px) {
section .text-center:is(h1, h2, h3, h4, h5, h6, p),
section .text-center :is(h1, h2, h3, h4, h5, h6, p) {
    text-align: center !important;
    text-wrap: balance !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.hero-headline, .hero-subhead {
  max-width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
footer.text-center:is(h1, h2, h3, h4, h5, h6, p),
footer .text-center:is(h1, h2, h3, h4, h5, h6, p),
footer .text-center :is(h1, h2, h3, h4, h5, h6, p),
footer [class*="copy"], footer [class*="legal"], footer [class*="disclaimer"] {
    text-align: center !important;
    text-wrap: balance !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
@media (min-width: 1100px) {
section .text-center:is(h1, h2, h3, h4, h5, h6, p),
section .text-center :is(h1, h2, h3, h4, h5, h6, p) {
    text-align: center !important;
    text-wrap: balance !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.hero-headline, .hero-subhead {
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
footer.text-center:is(h1, h2, h3, h4, h5, h6, p),
footer .text-center:is(h1, h2, h3, h4, h5, h6, p),
footer .text-center :is(h1, h2, h3, h4, h5, h6, p),
footer [class*="copy"], footer [class*="legal"], footer [class*="disclaimer"] {
    text-align: center !important;
    text-wrap: balance !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
@media (max-width: 767px) {
section .text-center:is(h1, h2, h3, h4, h5, h6, p),
section .text-center :is(h1, h2, h3, h4, h5, h6, p) {
    text-align: center !important;
    text-wrap: balance !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.hero-headline, .hero-subhead {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
footer.text-center:is(h1, h2, h3, h4, h5, h6, p),
footer .text-center:is(h1, h2, h3, h4, h5, h6, p),
footer .text-center :is(h1, h2, h3, h4, h5, h6, p),
footer [class*="copy"], footer [class*="legal"], footer [class*="disclaimer"] {
    text-align: center !important;
    text-wrap: balance !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
.section-divider--flipped svg {
    transform: scaleX(-1) !important;
}
@media (max-width: 767px) {
    
    section:first-of-type:not(.hero):not([class*="hero"]) {
        padding-top: 50px !important;
    }
}
@media (max-width: 767px) {
    
    section:first-of-type > div:first-of-type {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 767px) {
    section > div:first-of-type {
        padding-left: min(10px, 5vw);
        padding-right: min(10px, 5vw);
    }
}

[class*="stat-icon"], [class*="stat-amount"], [class*="stat-card"], [class*="stat-timeframe"], [class*="stat-value"], [class*="stat-label"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.animate-fade-in { opacity: 0; transition: opacity 0.7s ease; }
.animate-fade-in.is-visible { opacity: 1; }
.animate-slide-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate-slide-left.is-visible { opacity: 1; transform: translateX(0); }
.animate-slide-right { opacity: 0; transform: translateX(40px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate-slide-right.is-visible { opacity: 1; transform: translateX(0); }
.animate-scale-in { opacity: 0; transform: scale(0.92); transition: opacity 0.5s ease, transform 0.5s ease; }
.animate-scale-in.is-visible { opacity: 1; transform: scale(1); }

[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }

section:not(.section-divider):not(.hero):not([class*="hero"]):not(footer):not([class*="footer"]):not(:first-of-type) {
  padding-top: 100px;
  padding-bottom: 100px;
  border: none;
  outline: none;
  position: relative;
}
main > section:not(:first-of-type) {
  padding-top: 100px;
  padding-bottom: 100px;
  border: none;
  outline: none;
  position: relative;
}
@media (max-width: 767px) {
  section:not(.section-divider):not(.hero):not([class*="hero"]):not(footer):not([class*="footer"]):not(:first-of-type) {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  main > section:not(:first-of-type) {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
  width: 100%;
}




[class*="__inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner),
[class*="-inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner) {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  width: 100%;
}
@media (max-width: 767px) {
  [class*="__inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner),
  [class*="-inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner) {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn--primary {
  padding: 1rem 2.45rem;
}
.btn--sm {
  padding: 0.7rem 1.3rem;
}
.final-cta-btn {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .btn { white-space: normal; text-align: center; }
}
.card {
  padding: 24px;
}
.pricing-card ul {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pricing-card ul li {
  text-align: left;
}
.icon-wrap {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: var(--space-md);
}
.icon-row {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.icon-row .icon-wrap {
  margin-bottom: 0;
}

.hero__inner--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--space-lg);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .hero__inner--split {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }
}
.eyebrow {
  display: inline-block;
  width: auto;
  max-width: max-content;
  padding: 0.55rem 1.05rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
}
.eyebrow-wrap {
  width: 100%;
  margin-bottom: 25px;
}
#registration {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 8vw, 6rem) var(--space-md);
  overflow: hidden;
}
.reg-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.reg-card {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
  position: relative;
}
.field {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.field-inner {
  position: relative;
  width: 100%;
  display: block;
}
#register-form {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

#register-form input {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  box-sizing: border-box;
}

#register-form .field-inner input {
  padding: 0.9rem 2.5rem;
}
.field-inner > i.fa, .field-inner > i.fas, .field-inner > i[class*="fa-"] {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
}
[data-toggle-password] {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 3;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  #registration {
    padding: clamp(2rem, 8vw, 4rem) var(--space-mobile-edge);
  }
  .reg-card {
    padding: 1.5rem 1rem;
  }
  #register-form input {
    font-size: 16px;
  }
}
.proof-bar {
  padding: var(--space-md) 0;
  overflow: hidden;
}
.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0.75rem var(--space-md);
  transform: translateY(100%);
}
.sticky-cta-bar.is-visible { transform: translateY(0); }
.sticky-cta-bar__inner { max-width: var(--container-max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: var(--space-sm); }
.sticky-cta-bar__text { color: var(--color-white); margin: 0; font-size: var(--text-sm); }
@media (max-width: 767px) {
  .sticky-cta-bar {
    display: none;
  }
}
p { line-height: 1.4; }
.btn, button.btn, a.btn { 
  display:inline-flex;
  align-items:center;
  justify-content:center; 
 min-width: 180px;
min-height: 50px;
padding-left: 24px;
padding-right: 24px;
gap: 0.5rem; 
border: none;
cursor: pointer;
text-decoration: none !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

button, tempbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

a.btn, a.btn--primary, a.btn--sm, a.btn--ghost, a[class*="btn"],
.btn:link, .btn:visited, .btn:hover, .btn:focus {
  text-decoration: none !important;
}
.form-group {
  width: 100%;
  max-width: 600px;
  margin-bottom: 1rem;
}
.form-group--icon { position: relative; }
.input-icon-wrap { position: relative; width: 100%; display: block; }
.form-group--icon input, .form-group--icon textarea {
  width: 100%; box-sizing: border-box; font-size: 16px; line-height: normal;
  padding-left: 12px; padding-right: 44px;
}

#capture-form,
form[name="capture-form"],

#register-form,
form[name="register-form"],
.form-card,
.form-wrap,
.form-wrapper,
.form-container,
.capture-form-wrap {
  
  min-width: min(400px, 100%);
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #capture-form,
  form[name="capture-form"],
  #register-form,
  form[name="register-form"],
  .form-card,
  .form-wrap,
  .form-wrapper,
  .form-container,
  .capture-form-wrap {
    min-width: 100%;
    max-width: 100%;
  }
}

.pricing-box, .pricing-card {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}
@media (max-width: 767px) {
  .pricing-box, .pricing-card {
    padding: 26px 18px;
  }
}
.faq-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.form-group--icon input { height: 48px ; }
.form-group--icon textarea { height: auto; padding-top: 12px; padding-bottom: 12px; }
.form-icon {
  position: absolute; right: 0.65rem ; top: 50% ;
  transform: translateY(-50%) ; width: 1.5rem; height: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem ; line-height: 1; pointer-events: none;
  opacity: 0.6; color: var(--color-accent);
}
.input-icon-wrap:has(textarea) .form-icon { top: 1rem ; transform: none ; }


.nav-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-toggle {
  display: none;
}

.nav-toggle-state {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
label.nav-toggle { cursor: pointer; }

.gjs-no-pointer .nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .nav-inner {
    flex-wrap: nowrap;
  }
  
  .nav-inner > .nav-links,
  .nav-inner > .nav-cta,
  .nav-inner > .btn--primary {
    order: 2;
  }
  .nav-inner > .nav-toggle {
    order: 3;
    margin-left: auto;
  }
}


h1 { line-height: 1.08; }
h2 { line-height: 1.12; }
h3 { line-height: 1.18; }
h4 { line-height: 1.22; }
h5 { line-height: 1.26; }
h6 { line-height: 1.3; }

@media (max-width: 767px) {
  section, header, footer, nav, .section, .hero, .site-nav, .site-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% ; max-width: 100% ; box-sizing: border-box ;
  }
  body .container, body .section__inner, body .hero__inner, body .cta__inner, body .features__inner,
  body .testimonials__inner, body .pricing__inner, body .faq__inner, body .footer__inner,
  
  body [class*="container"], body [class*="-inner"], body [class*="__inner"], body [class*="-content"] {
    padding-left: var(--space-mobile-edge) !important; padding-right: var(--space-mobile-edge) !important;
    width: 100% ; max-width: 100% ; box-sizing: border-box ;
  }
  .features-grid,
  .benefits-grid,
  .testimonials-grid,
  .pricing-grid,
  [class*="grid"] {
      display: flex !important;
      flex-direction: column !important;
      gap: 1rem !important;
  }
  [class*="card"], [class*="box"], .faq-item, .proof-bar, .sticky-cta-bar,
  .reg-card, .reg-inner,
  #capture-form, .form-card, .capture-form-wrap, form[name="capture-form"],
  [class*="form-wrap"], [class*="form-container"], [class*="capture-form"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
.urgency-box {
  max-width: fit-content !important;
}
  .card, .feature-row, .pricing-card, [class*="card"], [class*="col-"] {
    width: 100% ; max-width: 100% ; flex-basis: 100% ;
  }
  
  [class*="card"]:is([style*="grid"], [style*="display:grid"], [style*="display: grid"]),
  [class*="card-head"], [class*="card-header"], [class*="card-top"] {
    grid-template-columns: auto 1fr !important;
  }
  [style*="display:flex"], [style*="display: flex"] {
    flex-wrap: wrap ; flex-direction: column ;
  }
  h1, .hero h1, .hero__headline { font-size: clamp(1.75rem, 7vw, 2.1875rem) ; line-height: 1.15 ; }
  h2, .section-headline { font-size: clamp(1.5625rem, 5.5vw, 1.875rem) ; line-height: 1.2 ; }
  h3 { font-size: clamp(1.25rem, 4vw, 1.475rem) ; }
  .btn--primary, a.btn--primary, button.btn--primary {
    width: auto ; max-width: 100% ; padding: 0.875rem 1.5rem ;
    font-size: clamp(16px, 4vw, 18px) ; white-space: normal ;
  }
}

.faq-answer { max-height: 0; overflow: hidden; display: block; transition: max-height 0.35s ease; }
.gjs-no-pointer .faq-answer { max-height: none; }
.faq-item.faq-open .faq-answer,
.faq-item.open .faq-answer,
.faq-item.is-open .faq-answer,
.faq-item.active .faq-answer,
.faq-item[open] .faq-answer,
.faq-question[aria-expanded="true"] + .faq-answer {
  max-height: 1000px;
}


summary.faq-question { list-style: none; cursor: pointer; }
summary.faq-question::-webkit-details-marker { display: none; }
summary.faq-question::marker { content: ""; }
.faq-item[open] .faq-icon { transform: rotate(180deg); }

.faq-item[open] > summary.faq-question:focus-visible { outline-offset: -2px; }



.faq-item .faq-question {
  padding: 18px 22px !important;
  
  margin-bottom: 0 !important;
}

.faq-item.faq-open .faq-question,
.faq-item[open] > .faq-question {
  padding-bottom: 0 !important;
}
.faq-item .faq-content {
  padding: 20px 22px !important;
}
.avatar, [class*="avatar"], [class*="testimonial-photo"], [class*="author-photo"] {
  width: 56px;
  height: 56px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
}


@media (min-width: 768px) {
  .features-grid h1, .features-grid h2, .features-grid h3, .features-grid h4,
  .benefits-grid h1, .benefits-grid h2, .benefits-grid h3, .benefits-grid h4,
  .testimonials-grid h1, .testimonials-grid h2, .testimonials-grid h3, .testimonials-grid h4,
  .pricing-grid h1, .pricing-grid h2, .pricing-grid h3, .pricing-grid h4 {
    font-size: clamp(1.125rem, 0.9vw + 0.75rem, 1.5rem);
  }
}
@media (max-width: 767px) {
  .features-grid h1, .features-grid h2, .features-grid h3, .features-grid h4,
  .benefits-grid h1, .benefits-grid h2, .benefits-grid h3, .benefits-grid h4,
  .testimonials-grid h1, .testimonials-grid h2, .testimonials-grid h3, .testimonials-grid h4,
  .pricing-grid h1, .pricing-grid h2, .pricing-grid h3, .pricing-grid h4 {
    font-size: clamp(1.125rem, 3.5vw + 0.4rem, 1.875rem);
  }
}
@media (max-width: 900px) {

.grid, .features-grid, .benefits-grid, .testimonials-grid, .pricing-grid {
  grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.grid, .features-grid, .benefits-grid, .testimonials-grid, .pricing-grid {
  grid-template-columns: repeat(1, 1fr);
}
}
.grid, .features-grid, .benefits-grid, .testimonials-grid, .pricing-grid {
  gap: min(25px, 100%);
}

section > *:not(.card):not([class*="card"]):not([class*="pricing"]):not([class*="testimonial"]):not([class*="bonus"]):not([class*="callout"]):not([class*="highlight"]):not(.section-divider) {
  background: transparent;
}
* {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
[class*="pill"]:not([class*="-wrap"]):not([class*="-wrapper"]),
[class*="badge"]:not([class*="-wrap"]):not([class*="-wrapper"]):not([class*="badges"]),
[class*="tag"]:not([class*="-wrap"]):not([class*="-wrapper"]):not([class*="section-tag"]):not([class*="tagline"]),
[class*="eyebrow"]:not([class*="-wrap"]):not([class*="-wrapper"]),
[class*="kicker"]:not([class*="-wrap"]):not([class*="-wrapper"]) {
  display: inline-block;
  width: auto;
  max-width: max-content;
}

@media (max-width: 767px) {
  [class*="pill"], [class*="badge"], [class*="tag"], [class*="eyebrow"],
  [class*="kicker"], [class*="-bar"], [class*="-banner"] {
    white-space: normal;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  
  [class*="stats"], [class*="stat-row"], [class*="metrics"] {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 1rem;
  }
  [class*="stats"] > *:not([class*="divider"]), [class*="stat-row"] > *:not([class*="divider"]), [class*="metrics"] > *:not([class*="divider"]) {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 120px;
  }
  
  [class*="stats"] > [class*="divider"], [class*="stat-row"] > [class*="divider"], [class*="metrics"] > [class*="divider"] {
    display: none;
  }
}
.pricing__disclaimer,
.pricing-disclaimer,
.hero-note,
.form-note,
.cta-note {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.btn + p, .btn + span,
button + p, button + span,
tempbutton + p, tempbutton + span {
  margin-top: 0;
}

*:has(> .pricing__disclaimer),
*:has(> .pricing-disclaimer),
*:has(> .hero-note),
*:has(> .form-note),
*:has(> .cta-note),
.pricing-cta-wrap {
  gap: 0 !important;
}

body:has(.site-nav) #hero,
body:has(.site-nav) section.hero,
body:has(.site-nav) section[class*="hero"] {
  padding-top: 130px !important;
}
@media (max-width: 767px) {
  body:has(.site-nav) #hero,
  body:has(.site-nav) section.hero,
  body:has(.site-nav) section[class*="hero"] {
    padding-top: 114px !important;
  }
}

li {
  line-height: 1.4 !important;
}

ul:not(.nav-links):not(.footer-links) {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

ul.fills-box:not(.nav-links):not(.footer-links) {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.btn, button, tempbutton {
  margin-bottom: 0;
}
.btn:has(+ p),
.btn:has(+ span),
.btn:has(+ .pricing__disclaimer),
.btn:has(+ .pricing-disclaimer),
.btn:has(+ .hero-note),
.btn:has(+ .form-note),
.btn:has(+ .cta-note),
button:has(+ p),
button:has(+ span),
button:has(+ .pricing__disclaimer),
button:has(+ .pricing-disclaimer),
button:has(+ .hero-note),
button:has(+ .form-note),
button:has(+ .cta-note),
tempbutton:has(+ p),
tempbutton:has(+ span),
tempbutton:has(+ .pricing__disclaimer),
tempbutton:has(+ .pricing-disclaimer),
tempbutton:has(+ .hero-note),
tempbutton:has(+ .form-note),
tempbutton:has(+ .cta-note),

.btn:has(+ div),
.btn:has(+ ul),
button:has(+ div),
button:has(+ ul),
tempbutton:has(+ div),
tempbutton:has(+ ul) {
  margin-bottom: 20px;
}


div:has(> .btn:last-child):has(+ p),
div:has(> .btn:last-child):has(+ span),
div:has(> .btn:last-child):has(+ .hero-note),
div:has(> .btn:last-child):has(+ .form-note),
div:has(> .btn:last-child):has(+ .cta-note),
div:has(> .btn:last-child):has(+ .pricing__disclaimer),
div:has(> .btn:last-child):has(+ .pricing-disclaimer),
div:has(> button:last-child):has(+ p),
div:has(> button:last-child):has(+ span),
div:has(> tempbutton:last-child):has(+ p),
div:has(> tempbutton:last-child):has(+ span) {
  margin-bottom: 20px;
}
form:has(> .btn:last-child),
form:has(> button:last-child),
form:has(> tempbutton:last-child) {
  margin-bottom: 0;
}
form:has(> .btn:last-child):has(+ p),
form:has(> .btn:last-child):has(+ span),
form:has(> .btn:last-child):has(+ .form-note),
form:has(> .btn:last-child):has(+ .cta-note),
form:has(> button:last-child):has(+ p),
form:has(> button:last-child):has(+ span),
form:has(> button:last-child):has(+ .form-note),
form:has(> button:last-child):has(+ .cta-note),
form:has(> tempbutton:last-child):has(+ p),
form:has(> tempbutton:last-child):has(+ span),
form:has(> tempbutton:last-child):has(+ .form-note),
form:has(> tempbutton:last-child):has(+ .cta-note) {
  margin-bottom: 20px;
}
form:has(> .btn:last-child) + p,
form:has(> .btn:last-child) + span,
form:has(> .btn:last-child) + .form-note,
form:has(> .btn:last-child) + .cta-note,
form:has(> button:last-child) + p,
form:has(> button:last-child) + span,
form:has(> button:last-child) + .form-note,
form:has(> button:last-child) + .cta-note,
form:has(> tempbutton:last-child) + p,
form:has(> tempbutton:last-child) + span,
form:has(> tempbutton:last-child) + .form-note,
form:has(> tempbutton:last-child) + .cta-note {
  margin-top: 0;
}


footer, .site-footer, #footer {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}


footer :is(h1, h2, h3, h4, h5, h6, p),
.site-footer :is(h1, h2, h3, h4, h5, h6, p),
#footer :is(h1, h2, h3, h4, h5, h6, p) {
  text-wrap: balance !important;
}


body, p, li, td, th, dd, dt, blockquote, figcaption,
label, span, small, cite, address,
input, textarea, select, button, tempbutton,
.btn, .eyebrow, .badge, .pill, .caption, .disclaimer, .microcopy {
  font-size: max(16px, 1em);
}
input, textarea, select { font-size: max(16px, 1rem); }


html.gjs-canvas *,
html.gjs-canvas *::before,
html.gjs-canvas *::after {
  transition: none !important;
  animation: none !important;
}


#video-id,
#countdown-deadline,
.csrf-holder,
[data-helper="hidden"] {
  display: none !important;
}
.kicker-wrap--center,
.eyebrow-wrap--center {
  text-align: center !important;
  width: 100% !important;
}
.kicker-wrap--center > *,
.eyebrow-wrap--center > * {
  display: inline-block;
  width: auto;
  max-width: max-content;
}


.icon-primary,
.tick,
i.icon-primary,
i.tick {
  color: var(--color-primary) !important;
}
.value-free,
.price-free {
  color: var(--color-primary) !important;
  font-weight: 700;
}


@media (max-width: 767px) {
  .site-nav.nav-open .nav-links,
  .site-nav.nav-open .mobile-menu,
  .nav-open [class*="nav-links"],
  .nav-open [class*="nav-menu"],
  .nav-toggle-state:checked ~ .nav-links,
  .nav-toggle-state:checked ~ .mobile-menu,
  .nav-toggle-state:checked ~ [class*="nav-links"],
  .nav-toggle-state:checked ~ [class*="nav-menu"] {
    background-color: var(--color-container, var(--color-dark, #101010));
  }
}



.form-card { container-type: inline-size; }
.form-card > .form-card-title {
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-size: clamp(1.625rem, 8.8cqi, 2.25rem);
}



@media (min-width: 768px) {
section .text-center:is(h1, h2, h3, h4, h5, h6, p), section .text-center :is(h1, h2, h3, h4, h5, h6, p) {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; text-wrap: balance; }
footer.text-center:is(h1, h2, h3, h4, h5, h6, p), footer .text-center:is(h1, h2, h3, h4, h5, h6, p), footer .text-center :is(h1, h2, h3, h4, h5, h6, p), footer [class*="copy"], footer [class*="legal"], footer [class*="disclaimer"] {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; text-wrap: balance; }
}
@media (min-width: 1100px) {
section .text-center:is(h1, h2, h3, h4, h5, h6, p), section .text-center :is(h1, h2, h3, h4, h5, h6, p) {
    text-align: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; text-wrap: balance; }
footer.text-center:is(h1, h2, h3, h4, h5, h6, p), footer .text-center:is(h1, h2, h3, h4, h5, h6, p), footer .text-center :is(h1, h2, h3, h4, h5, h6, p), footer [class*="copy"], footer [class*="legal"], footer [class*="disclaimer"] {
    text-align: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; text-wrap: balance; }
}
@media (max-width: 767px) {
section .text-center:is(h1, h2, h3, h4, h5, h6, p), section .text-center :is(h1, h2, h3, h4, h5, h6, p) {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; text-wrap: balance; }
footer.text-center:is(h1, h2, h3, h4, h5, h6, p), footer .text-center:is(h1, h2, h3, h4, h5, h6, p), footer .text-center :is(h1, h2, h3, h4, h5, h6, p), footer [class*="copy"], footer [class*="legal"], footer [class*="disclaimer"] {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; text-wrap: balance; }
}
.section-divider--flipped svg {
    transform: scaleX(-1);
}
@media (max-width: 767px) {
section:first-of-type:not(.hero):not([class*="hero"]) {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
section:first-of-type > div:first-of-type {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
section > div:first-of-type {
        padding-left: min(10px, 5vw);
        padding-right: min(10px, 5vw);
    }
}
[class*="stat-icon"], [class*="stat-amount"], [class*="stat-card"], [class*="stat-timeframe"], [class*="stat-value"], [class*="stat-label"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto; text-wrap: balance; }
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.animate-fade-in.is-visible { opacity: 1; }
.animate-slide-left.is-visible { opacity: 1; transform: translateX(0); }
.animate-slide-right.is-visible { opacity: 1; transform: translateX(0); }
.animate-scale-in.is-visible { opacity: 1; transform: scale(1); }
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
section:not(.section-divider):not(.hero):not([class*="hero"]):not(footer):not([class*="footer"]):not(:first-of-type) {
  padding-top: 100px;
  padding-bottom: 100px;
  border: none;
  outline: none;
  position: relative;
}
@media (max-width: 767px) {
section:not(.section-divider):not(.hero):not([class*="hero"]):not(footer):not([class*="footer"]):not(:first-of-type) {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
[class*="__inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner), [class*="-inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner) {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  width: 100%;
}
@media (max-width: 767px) {
[class*="__inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner), [class*="-inner"]:not(.hero__inner--split):not(.sticky-cta-bar__inner):not(.reg-inner):not(.field-inner) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pricing-card ul {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pricing-card ul li {
  text-align: left; text-wrap: wrap; }
#register-form input {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  box-sizing: border-box; text-wrap: wrap; }
#register-form .field-inner input {
  padding: 0.9rem 2.5rem;
}
.field-inner > i.fa, .field-inner > i.fas, .field-inner > i[class*="fa-"] {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
}
@media (max-width: 767px) {
#register-form input {
    font-size: 16px;
  }
}
.sticky-cta-bar.is-visible { transform: translateY(0); }
p { line-height: 1.4; }
button, tempbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate; text-wrap: balance; }
a[class*="btn"], .btn:link, .btn:visited, .btn:hover, .btn:focus {
  text-decoration: none;
}
.form-group--icon input, .form-group--icon textarea {
  width: 100%; box-sizing: border-box; font-size: 16px; line-height: normal;
  padding-left: 12px; padding-right: 44px;
}
form[name="capture-form"], form[name="register-form"] {
  min-width: min(400px, 100%); max-width: 600px;}
@media (max-width: 767px) {
form[name="capture-form"], form[name="register-form"] {
    min-width: 100%;}
}
.form-group--icon input { height: 48px ; }
.form-group--icon textarea { height: auto; padding-top: 12px; padding-bottom: 12px; }
.input-icon-wrap:has(textarea) .form-icon { top: 1rem ; transform: none ; }
.gjs-no-pointer .nav-toggle {
  align-items: center;
  justify-content: center;}
@media (max-width: 767px) {
.nav-inner > .nav-links, .nav-inner > .nav-cta, .nav-inner > .btn--primary {
    order: 2;
  }
.nav-inner > .nav-toggle {
    order: 3;
    margin-left: auto;}
}
h1 { line-height: 1.08; }
h2 { line-height: 1.12; }
h3 { line-height: 1.18; }
h4 { line-height: 1.22; }
h5 { line-height: 1.26; }
h6 { line-height: 1.3; }
@media (max-width: 767px) {
section, header, footer, nav {
    width: 100% ; max-width: 100% ; box-sizing: border-box ;}
body .container, body .section__inner, body .hero__inner, body .cta__inner, body .features__inner, body .testimonials__inner, body .pricing__inner, body .faq__inner, body .footer__inner, body [class*="container"], body [class*="-inner"], body [class*="__inner"], body [class*="-content"] { box-sizing: border-box ;}
[class*="grid"] {
      display: flex;
      flex-direction: column;
      gap: 1rem;
  }
[class*="card"], [class*="col-"] {
    width: 100% ; max-width: 100% ; flex-basis: 100% ;}
[class*="card"]:is([style*="grid"], [style*="display:grid"], [style*="display: grid"]), [class*="card-head"], [class*="card-header"], [class*="card-top"] {
    grid-template-columns: auto 1fr;
  }
[style*="display:flex"], [style*="display: flex"] {
    flex-wrap: wrap ; flex-direction: column ;
  }
h1, .hero h1 { font-size: clamp(1.75rem, 7vw, 2.1875rem) ; line-height: 1.15 ; }
h2 { font-size: clamp(1.5625rem, 5.5vw, 1.875rem) ; line-height: 1.2 ; }
h3 { font-size: clamp(1.25rem, 4vw, 1.475rem) ; }
}
.gjs-no-pointer .faq-answer { max-height: none; }
.faq-item.faq-open .faq-answer, .faq-item.open .faq-answer, .faq-item.is-open .faq-answer, .faq-item.active .faq-answer, .faq-item[open] .faq-answer, .faq-question[aria-expanded="true"] + .faq-answer {
  max-height: 1000px;
}
summary.faq-question::-webkit-details-marker { display: none; }
summary.faq-question::marker { content: ""; }
.faq-item[open] .faq-icon { transform: rotate(180deg); }
.faq-item[open] > summary.faq-question:focus-visible { outline-offset: -2px; }
.faq-item .faq-question {
  padding: 18px 22px;
  margin-bottom: 0;
}
.faq-item.faq-open .faq-question, .faq-item[open] > .faq-question {
  padding-bottom: 0;
}
.faq-item .faq-content {
  padding: 20px 22px;
}
[class*="avatar"], [class*="testimonial-photo"], [class*="author-photo"] {
  width: 56px;
  height: 56px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
}
@media (min-width: 768px) {
.features-grid h1, .features-grid h2, .features-grid h3, .features-grid h4, .benefits-grid h1, .benefits-grid h2, .benefits-grid h3, .benefits-grid h4, .testimonials-grid h1, .testimonials-grid h2, .testimonials-grid h3, .testimonials-grid h4, .pricing-grid h1, .pricing-grid h2, .pricing-grid h3, .pricing-grid h4 {
    font-size: clamp(1.125rem, 0.9vw + 0.75rem, 1.5rem);
  }
}
@media (max-width: 767px) {
.features-grid h1, .features-grid h2, .features-grid h3, .features-grid h4, .benefits-grid h1, .benefits-grid h2, .benefits-grid h3, .benefits-grid h4, .testimonials-grid h1, .testimonials-grid h2, .testimonials-grid h3, .testimonials-grid h4, .pricing-grid h1, .pricing-grid h2, .pricing-grid h3, .pricing-grid h4 {
    font-size: clamp(1.125rem, 3.5vw + 0.4rem, 1.875rem);
  }
}
* {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
[class*="pill"]:not([class*="-wrap"]):not([class*="-wrapper"]), [class*="badge"]:not([class*="-wrap"]):not([class*="-wrapper"]):not([class*="badges"]), [class*="tag"]:not([class*="-wrap"]):not([class*="-wrapper"]):not([class*="section-tag"]):not([class*="tagline"]), [class*="eyebrow"]:not([class*="-wrap"]):not([class*="-wrapper"]), [class*="kicker"]:not([class*="-wrap"]):not([class*="-wrapper"]) {
  display: inline-block;
  width: auto;
  max-width: max-content;
}
@media (max-width: 767px) {
[class*="pill"], [class*="badge"], [class*="tag"], [class*="eyebrow"], [class*="kicker"], [class*="-bar"], [class*="-banner"] {
    white-space: normal;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
[class*="stats"], [class*="stat-row"], [class*="metrics"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
[class*="stats"] > *:not([class*="divider"]), [class*="stat-row"] > *:not([class*="divider"]), [class*="metrics"] > *:not([class*="divider"]) {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 120px;
  }
[class*="stats"] > [class*="divider"], [class*="stat-row"] > [class*="divider"], [class*="metrics"] > [class*="divider"] {
    display: none;
  }
}
.btn + p, .btn + span, button + p, button + span, tempbutton + p, tempbutton + span {
  margin-top: 0;
}
*:has(> .pricing__disclaimer), *:has(> .pricing-disclaimer), *:has(> .hero-note), *:has(> .form-note), *:has(> .cta-note) {
  gap: 0;
}
body:has(.site-nav) #hero, body:has(.site-nav) section.hero, body:has(.site-nav) section[class*="hero"] {
  padding-top: 130px;
}
@media (max-width: 767px) {
body:has(.site-nav) #hero, body:has(.site-nav) section.hero, body:has(.site-nav) section[class*="hero"] {
    padding-top: 114px;
  }
}
li {
  line-height: 1.4;
}
ul:not(.nav-links):not(.footer-links) {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
ul.fills-box:not(.nav-links):not(.footer-links) {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
button, tempbutton {
  margin-bottom: 0;}
.btn:has(+ p), .btn:has(+ span), .btn:has(+ .pricing__disclaimer), .btn:has(+ .pricing-disclaimer), .btn:has(+ .hero-note), .btn:has(+ .form-note), .btn:has(+ .cta-note), button:has(+ p), button:has(+ span), button:has(+ .pricing__disclaimer), button:has(+ .pricing-disclaimer), button:has(+ .hero-note), button:has(+ .form-note), button:has(+ .cta-note), tempbutton:has(+ p), tempbutton:has(+ span), tempbutton:has(+ .pricing__disclaimer), tempbutton:has(+ .pricing-disclaimer), tempbutton:has(+ .hero-note), tempbutton:has(+ .form-note), tempbutton:has(+ .cta-note), .btn:has(+ div), .btn:has(+ ul), button:has(+ div), button:has(+ ul), tempbutton:has(+ div), tempbutton:has(+ ul) {
  margin-bottom: 10px;
}
form:has(> .btn:last-child), form:has(> button:last-child), form:has(> tempbutton:last-child) {
  margin-bottom: 0;
}
form:has(> .btn:last-child):has(+ p), form:has(> .btn:last-child):has(+ span), form:has(> .btn:last-child):has(+ .form-note), form:has(> .btn:last-child):has(+ .cta-note), form:has(> button:last-child):has(+ p), form:has(> button:last-child):has(+ span), form:has(> button:last-child):has(+ .form-note), form:has(> button:last-child):has(+ .cta-note), form:has(> tempbutton:last-child):has(+ p), form:has(> tempbutton:last-child):has(+ span), form:has(> tempbutton:last-child):has(+ .form-note), form:has(> tempbutton:last-child):has(+ .cta-note) {
  margin-bottom: 10px;
}
form:has(> .btn:last-child) + p, form:has(> .btn:last-child) + span, form:has(> .btn:last-child) + .form-note, form:has(> .btn:last-child) + .cta-note, form:has(> button:last-child) + p, form:has(> button:last-child) + span, form:has(> button:last-child) + .form-note, form:has(> button:last-child) + .cta-note, form:has(> tempbutton:last-child) + p, form:has(> tempbutton:last-child) + span, form:has(> tempbutton:last-child) + .form-note, form:has(> tempbutton:last-child) + .cta-note {
  margin-top: 0;
}
footer :is(h1, h2, h3, h4, h5, h6, p), .site-footer :is(h1, h2, h3, h4, h5, h6, p), #footer :is(h1, h2, h3, h4, h5, h6, p) {
  text-wrap: balance;
}
body, p, li, td, th, dd, dt, blockquote, figcaption, label, span, small, cite, address, input, textarea, select, button, tempbutton {
  font-size: max(16px, 1em);}
input, textarea, select { font-size: max(16px, 1rem); }
html.gjs-canvas *, html.gjs-canvas *::before, html.gjs-canvas *::after {
  transition: none;
  animation: none;
}
[data-helper="hidden"] {
  display: none;
}
.kicker-wrap--center > *, .eyebrow-wrap--center > * {
  display: inline-block;
  width: auto;
  max-width: max-content;
}
.form-card > .form-card-title {
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-size: clamp(1.625rem, 8.8cqi, 2.25rem);
}
:root {
  --container-max: 1200px;
  --container-narrow: 1080px;
  --container-wide: 1440px;

  --font-display: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --line-height-body: 1.4;

  --text-xs: 1rem;
  --text-sm: 1rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-mobile-edge: 10px;

  --color-primary: #C8960C;
  --color-accent: #C8960C;
  --color-dark: #0D0A03;
  --color-white: #FFFFFF;
  --color-container: #0D0A03;
  --gold: #E8B93C;
  --gold-soft: #F0CE72;
  --gold-deep: #C8960C;
  --gold-ink: #7A5A08;
  --ink: #F5EFE3;
  --ink-soft: #CBBFA8;
  --muted: #9C8F76;
  --panel: #0D0A03;
  --panel-2: #171205;
  --line: #2B2109;
  --line-warm: rgba(232, 185, 60, 0.30);
  --icon: #E8B93C;
  --icon-bg: rgba(232, 185, 60, 0.10);
}
body { color: var(--ink-soft); font-family: var(--font-body); font-size: 1.0625rem; line-height: var(--line-height-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--font-display); }
html { overflow-x: hidden; width: 100%; min-width: 0; }
body { margin: 0; padding: 0; overflow-x: hidden; width: 100%; min-width: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
*, *::before, *::after { box-sizing: border-box; min-width: 0; max-width: 100%; overflow-wrap: break-word; }
.animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.animate-fade-in.is-visible { opacity: 1; }
.animate-slide-left.is-visible { opacity: 1; transform: translateX(0); }
.animate-slide-right.is-visible { opacity: 1; transform: translateX(0); }
.animate-scale-in.is-visible { opacity: 1; transform: scale(1); }
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
.sticky-cta-bar__text strong { color: #E8B93C; }
.site-nav.nav-hidden { transform: translateY(-100%); }
.nav-logo img {
  max-width: 180px;
  max-height: 52px;
  width: auto;
  height: auto;
  display: block;
}
.footer-logo img {
  max-width: 160px;
  height: auto;
  width: auto;
  display: block;
}
.nav-links a {
  color: #CBBFA8;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--gold); }
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(200, 150, 12, 0.42);
}
.hero::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 58%; -webkit-mask-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 22%, #000000 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 16%, #000000 74%, rgba(0, 0, 0, 0) 100%); -webkit-mask-composite: source-in; mask-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 22%, #000000 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 16%, #000000 74%, rgba(0, 0, 0, 0) 100%); mask-composite: intersect; pointer-events: none; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; pointer-events: none; }
.ladder .rung-body ul.rung-list, .running .run-box ul.run-list {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.card:hover { border-color: var(--line-warm); transform: translateY(-4px); }
.card p { margin: 0; color: var(--ink-soft); font-size: 1rem; }
.rung:hover { border-color: var(--line-warm); }
.rung-body p { margin: 0 0 18px; color: var(--ink-soft); font-size: 1rem; }
.rung-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.4;
}
.rung-list i { color: var(--icon); font-size: 1rem; margin-top: 2px; flex: 0 0 auto; }
.run-list li {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 14px;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
}
.run-list li:last-child { border-bottom: none; padding-bottom: 0; }
.run-list i { color: var(--icon); font-size: 1rem; }
.asset-box p { color: var(--ink-soft); margin: 0 0 16px; text-wrap: pretty; }
.asset-box .asset-close {
  color: var(--accent-text);
  font-weight: 700;
  font-size: 1.12rem;
  margin: 0;
}
.faq-item[open] { border-color: var(--line-warm); }
.faq-content p { margin: 0; color: var(--ink-soft); font-size: 1rem; text-wrap: pretty; }
.footer-links a {
  color: #9C8F76;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.footer-links a:hover { color: var(--gold); }
@media (max-width: 767px) {
.hero-actions .btn { width: 100%; }
.run-list li { grid-template-columns: 24px 1fr; }
}
@media (max-width: 767px) {
.site-nav .nav-links, [class*="nav-links"], [class*="nav-menu"], [class*="menu-list"] {
    display: none;
  }
.site-nav.nav-open .nav-links, .site-nav.nav-open .mobile-menu, .nav-open [class*="nav-links"], .nav-open [class*="nav-menu"], .nav-open [class*="menu-list"], .nav-toggle-state:checked ~ .nav-links, .nav-toggle-state:checked ~ .mobile-menu, .nav-toggle-state:checked ~ [class*="nav-links"], .nav-toggle-state:checked ~ [class*="nav-menu"], .nav-toggle-state:checked ~ [class*="menu-list"] { flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; width: 100%; padding: var(--space-mobile-edge, 10px); gap: 0.25rem; box-shadow: 0 12px 24px rgba(0,0,0,0.35); z-index: 999;}
.site-nav *, header.site-nav * {
    max-height: 64px;
    box-sizing: border-box;
  }
.site-nav.nav-open .nav-links, .nav-open [class*="nav-links"], .nav-open [class*="nav-menu"], .nav-toggle-state:checked ~ .nav-links, .nav-toggle-state:checked ~ [class*="nav-links"], .nav-toggle-state:checked ~ [class*="nav-menu"] {
    max-height: none;}
[class*="hamburger"], [data-nav-toggle], [class*="nav-toggle"]:not(.nav-toggle-state) { align-items: center; justify-content: center;
    flex-shrink: 0;}
.site-nav img, header.site-nav img {
    display: block;
    visibility: visible;
    opacity: 1;
    width: auto; max-width: 180px;
    height: auto; max-height: 44px;
    object-fit: contain; flex-shrink: 0;
  }
}
nav a, .nav-links a, [class*="nav-links"] a, [class*="nav-menu"] a {
  white-space: nowrap;
}
h1, h2, h3, h4, h5, h6, [class*="headline"], [class*="heading"], [class*="title"] {
  font-weight: var(--heading-weight, 700);
}
h1 *:not(#zzqq-never), h2 *:not(#zzqq-never), h3 *:not(#zzqq-never), h4 *:not(#zzqq-never), h5 *:not(#zzqq-never), h6 *:not(#zzqq-never), [class*="headline"] *:not(#zzqq-never), [class*="heading"] *:not(#zzqq-never), [class*="title"] *:not(#zzqq-never) {
  font-weight: var(--heading-weight, 700);
}
#capture-form label, form[name="capture-form"] label, .form-group label, [class*="form-group"] label {
  display: block;
  width: 100%;
  text-align: left;
  margin-left: 0;
  margin-right: 0; text-wrap: wrap; }
form, [class*="form-wrap"], [class*="form-container"], [class*="capture-form"] {
  min-width: min(400px, 100%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; max-width: 600px;}
form input, form textarea, form select, [class*="form-wrap"] input, [class*="form-wrap"] textarea, [class*="form-wrap"] select, #capture-form input, #capture-form textarea, #capture-form select {
  width: 100%;
  box-sizing: border-box;
}
form button[type="submit"], form input[type="submit"], form button[type="submit"], #capture-form button[type="submit"], #capture-form input[type="submit"], #capture-form button[type="submit"], [class*="form-wrap"] button[type="submit"], [class*="form-wrap"] button[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
form, [class*="form-wrap"], [class*="form-container"], [class*="capture-form"] {
    min-width: 100%;
    width: 100%;
  }
}
form[name="capture-form"] {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
form[name="capture-form"] {
    max-width: 100%;
  }
}
[class*="sub-text"], [class*="trust-text"], [class*="micro-copy"], [class*="spam-free"], [class*="no-cc"], [class*="cta-note"], [class*="btn-note"], [class*="cta-trust"], [class*="cta-small"], [class*="below-btn"], [class*="under-btn"], [class*="below-cta"] {
  text-align: center;
  width: 100%;
  display: block; text-wrap: balance; }
.btn--primary + p, .btn--primary + small, .btn--primary + span, button + p, button + small, button + span, a.btn--primary + p, a.btn--primary + small, a.btn--primary + span, [class*="btn-wrap"] + p, [class*="btn-wrap"] + small, [class*="cta-wrap"] + p, [class*="cta-wrap"] + small, [class*="button-wrap"] + p, [class*="button-wrap"] + small {
  text-align: center;
  width: 100%;
  display: block; text-wrap: balance; }
section:not(.section-divider) {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.section-divider * {
  padding: 0;
  margin: 0;
}
[style*="text-align:left"] h1, [style*="text-align: left"] h1, [style*="text-align:left"] h2, [style*="text-align: left"] h2, [style*="text-align:left"] h3, [style*="text-align: left"] h3, .text-left h1, .text-left h2, .text-left h3, [class*="text-left"] h1, [class*="text-left"] h2, [class*="text-left"] h3 {
  text-align: left; text-wrap: wrap; }
[data-video-container] {
  max-width: 100%;
  width: 100%;
}
.video-container iframe, [data-video-container] iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.card .card-head {
  --ch-icon: 50px;
  --ch-line: calc(1.22rem * 1.3);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  column-gap: 14px;
  row-gap: 0;
  align-items: start;
  margin-bottom: 14px;
}
.card .card-head .icon-wrap {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}
.card .card-head .card-title {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  text-align: left;
  padding-top: max(0px, calc((var(--ch-icon) - var(--ch-line)) / 2)); text-wrap: wrap; }
.btn--ghost:hover { color: var(--ink); box-shadow: inset 0 0 0 1px var(--gold); }
.video-frame .video-player { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; object-fit: contain; }
.asset-box p { text-wrap: balance; }
.footer-legal a {
  color: #9C8F76;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.footer-legal a:hover { color: var(--gold); }
.site-footer .footer-logo {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.card-head .icon-wrap { grid-column: 1; grid-row: 1; align-self: center; margin: 0; }
.card-head h2, .card-head h3, .card-head h4, .card-head h5, .card-head h6 { grid-column: 2; grid-row: 1; align-self: center; margin: 0; text-align: left; }
.card-head p { grid-column: 1 / -1; grid-row: 2; margin: 0; text-align: left; }
@media (max-width: 767px) {
.site-nav .nav-links, [class*="nav-links"], [class*="nav-menu"], [class*="menu-list"] {
    display: none;
  }
.site-nav.nav-open .nav-links, .site-nav.nav-open .mobile-menu, .nav-open [class*="nav-links"], .nav-open [class*="nav-menu"], .nav-open [class*="menu-list"], .nav-toggle-state:checked ~ .nav-links, .nav-toggle-state:checked ~ .mobile-menu, .nav-toggle-state:checked ~ [class*="nav-links"], .nav-toggle-state:checked ~ [class*="nav-menu"], .nav-toggle-state:checked ~ [class*="menu-list"] { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; width: 100%; padding: var(--space-mobile-edge, 10px); gap: 0.25rem; box-shadow: 0 12px 24px rgba(0,0,0,0.35); z-index: 999; }
.site-nav *, header.site-nav * {
    max-height: 64px;
    box-sizing: border-box;
  }
.site-nav.nav-open .nav-links, .nav-open [class*="nav-links"], .nav-open [class*="nav-menu"], .nav-toggle-state:checked ~ .nav-links, .nav-toggle-state:checked ~ [class*="nav-links"], .nav-toggle-state:checked ~ [class*="nav-menu"] {
    max-height: none;
  }
[class*="hamburger"], [data-nav-toggle], [class*="nav-toggle"]:not(.nav-toggle-state) {
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
.site-nav img, header.site-nav img {
    display: block;
    visibility: visible;
    opacity: 1;
    width: auto; max-width: 180px;
    height: auto; max-height: 44px;
    object-fit: contain; flex-shrink: 0;
  }
.site-nav .btn--primary, header.site-nav .nav-cta, nav .btn--primary, .site-nav .btn:not(.nav-toggle):not(.hamburger):not([class*="toggle"]), .site-nav button:not(.nav-toggle):not(.hamburger):not([class*="toggle"]) {
    display: none;
  }
.site-nav.nav-open .nav-links .btn, .site-nav.nav-open .nav-links button, .nav-open [class*="nav-links"] .btn, .nav-open [class*="nav-links"] button, .nav-toggle-state:checked ~ .nav-links .btn, .nav-toggle-state:checked ~ .nav-links button, .nav-toggle-state:checked ~ [class*="nav-links"] .btn, .nav-toggle-state:checked ~ [class*="nav-links"] button {
    display: block;
  }
}
nav a, .nav-links a, [class*="nav-links"] a, [class*="nav-menu"] a {
  white-space: nowrap;
}
@media (min-width: 768px) {
[class*="hamburger"], [data-nav-toggle], [class*="nav-toggle"]:not(.nav-toggle-state) {
    display: none;
  }
}
h1, h2, h3, h4, h5, h6, [class*="headline"], [class*="heading"], [class*="title"] {
  font-weight: var(--heading-weight, 700);
}
h1 *:not(#zzqq-never), h2 *:not(#zzqq-never), h3 *:not(#zzqq-never), h4 *:not(#zzqq-never), h5 *:not(#zzqq-never), h6 *:not(#zzqq-never), [class*="headline"] *:not(#zzqq-never), [class*="heading"] *:not(#zzqq-never), [class*="title"] *:not(#zzqq-never) {
  font-weight: var(--heading-weight, 700);
}
#capture-form label, form[name="capture-form"] label, .form-group label, [class*="form-group"] label {
  display: block;
  width: 100%;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
form, [class*="form-wrap"], [class*="form-container"], [class*="capture-form"] {
  
  min-width: min(400px, 100%);
  width: 100%;
  
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
form input, form textarea, form select, [class*="form-wrap"] input, [class*="form-wrap"] textarea, [class*="form-wrap"] select, #capture-form input, #capture-form textarea, #capture-form select {
  width: 100%;
  box-sizing: border-box;
}
form button[type="submit"], form input[type="submit"], form button[type="submit"], #capture-form button[type="submit"], #capture-form input[type="submit"], #capture-form button[type="submit"], [class*="form-wrap"] button[type="submit"], [class*="form-wrap"] button[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
form, [class*="form-wrap"], [class*="form-container"], [class*="capture-form"] {
    min-width: 100%;
    width: 100%;
  }
}
form[name="capture-form"] {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
form[name="capture-form"] {
    max-width: 100%;
  }
}
[class*="sub-text"], [class*="trust-text"], [class*="micro-copy"], [class*="spam-free"], [class*="no-cc"], [class*="cta-note"], [class*="btn-note"], [class*="cta-trust"], [class*="cta-small"], [class*="below-btn"], [class*="under-btn"], [class*="below-cta"] {
  text-align: center;
  width: 100%;
  display: block;
}
.btn--primary + p, .btn--primary + small, .btn--primary + span, button + p, button + small, button + span, a.btn--primary + p, a.btn--primary + small, a.btn--primary + span, [class*="btn-wrap"] + p, [class*="btn-wrap"] + small, [class*="cta-wrap"] + p, [class*="cta-wrap"] + small, [class*="button-wrap"] + p, [class*="button-wrap"] + small {
  text-align: center;
  width: 100%;
  display: block;
}
section:not(.section-divider) {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.section-divider * {
  padding: 0;
  margin: 0;
}
[style*="text-align:left"] h1, [style*="text-align: left"] h1, [style*="text-align:left"] h2, [style*="text-align: left"] h2, [style*="text-align:left"] h3, [style*="text-align: left"] h3, .text-left h1, .text-left h2, .text-left h3, [class*="text-left"] h1, [class*="text-left"] h2, [class*="text-left"] h3 {
  text-align: left;
}
[data-video-container] {
  max-width: 100%;
  width: 100%;
}
.video-container iframe, [data-video-container] iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
