/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 25:18 Unexpected "{"
Line 25:27 Expected ":"
Line 29:18 Unexpected "{"
Line 29:27 Expected ":"
Line 34:18 Unexpected "{"
Line 34:27 Expected ":"
Line 41:18 Unexpected "{"
Line 41:27 Expected ":"
... and 40 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:funnel-hb-is-this-you (INDEX:179) */
.shopify-section-{{ section.id }} .section-pad {
  padding: 40px 0px;
}

.shopify-section-{{ section.id }} .bg-cream {
  background: #f7f3ef;
}

.shopify-section-{{ section.id }} .is-this-you-container {
  max-width: 1200px;
  margin: 0 auto;
}

.shopify-section-{{ section.id }} .section-tag {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #B89240;
}

.shopify-section-{{ section.id }} .section-heading {
  font-size: 34px;
  margin-bottom: 24px;
  color: #2e2a39;
}

.shopify-section-{{ section.id }} .checklist {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap:20px;
  grid-template-columns: 1fr 1fr;
}

.shopify-section-{{ section.id }} .checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #2e2a39;
  padding: 10px 0;
  border-bottom: 1px solid rgba(46,42,57,0.08);
}

.shopify-section-{{ section.id }} .check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.shopify-section-{{ section.id }} .check-item input:checked + .check-box {
  background: #0C233F;
  border-color: #0C233F;
  position: relative;
}

.shopify-section-{{ section.id }} .check-item input:checked + .check-box::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shopify-section-{{ section.id }} .check-box {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #0C233F;
  border-radius: 4px;
  margin-top: 3px;
  background: #fff;
}

.shopify-section-{{ section.id }} .section-callout {
  background: #E8E4DD;
  border-left: 4px solid #E1C27A;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #0C233F;
  line-height: 1.55;
  margin: 24px 0;
}

.iy-cta-strip {
  text-align: center!important;
}
.shopify-section-{{ section.id }} .cta-strip {
  margin-top: 20px;
}
.shopify-section-{{ section.id }} .cta-strip a {
  width:auto;
}

.shopify-section-{{ section.id }} .btn {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  text-align: center;
  width: 100%;
}

.shopify-section-{{ section.id }} .btn-primary {
  display: inline-block;
    background: #00d26a;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 22px rgba(204, 167, 124, 0.38);
}
@media (min-width: 769px) {
  .shopify-section-{{ section.id }} .show-more-wrap {
    display: none;
  }
}

/* hide extra items on mobile */
@media (max-width: 768px) {

  .shopify-section-{{ section.id }} .checklist {
    display:block;
  }
  .shopify-section-{{ section.id }} .checklist .extra-item {
    display: none;
  }

  .shopify-section-{{ section.id }} .checklist.expanded .extra-item {
    display: flex;
    animation: fadeIn 0.3s ease;
  }
  .shopify-section-{{ section.id }} .section-pad {
  padding: 40px 20px;
}
.shopify-section-{{ section.id }} .is-this-you-container {
  padding:0 20px;
}
.shopify-section-{{ section.id }} .section-heading {
  font-size:30px;
}
}
/* button styling */
.shopify-section-{{ section.id }} .show-more-wrap {
  text-align: center;
  margin-top: 10px;
}

.shopify-section-{{ section.id }} .show-more-btn {
  background: none;
  border: none;
  color: #0C233F;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
}

/* smooth reveal */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
/* END_SECTION:funnel-hb-is-this-you */

/* START_SECTION:funnel-hb-the-diagnosis (INDEX:188) */
.section-pad {
    padding: 40px 0px;
  }

  .bg-white {
    background: #ffffff;
  }

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

  .wh-main {
    display: flex;
    gap: 50px;
    align-items: center;
  }

  .wh-left {
    flex: 1;
  }

  .wh-right {
    flex: 1;
  }

  .section-tag {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c89b3c;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .section-heading {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1f2a44;
  }

  .body-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #4a5568;
  }

  .section-callout {
    background: #f2ede7;
    border-left: 4px solid #c89b3c;
    padding: 20px;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #2d3748;
  }

  .cta-strip {
    text-align: left;
    margin-top: 30px;
  }

  .btn {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 18px 36px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    width: 100%;
  }

  .btn-primary {
    display: inline-block;
    background: #00d26a;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 22px rgba(204, 167, 124, 0.38);
    width:auto;
  }
  .section-callout-mobile {
    display: none;
  }
  .section-callout-desktop {
    display: block;
  }
  @media (max-width: 768px) {
    .section-pad {
      padding: 40px 0px;
    }
    .section-heading {
      font-size: 30px;
    }
    .wh-main {
      flex-direction: column;
    }
    .section-callout-mobile {
      display: block;
    }
    .section-callout-desktop {
      display: none;
    }
  }
/* END_SECTION:funnel-hb-the-diagnosis */

/* START_SECTION:funnel-lc-buybox (INDEX:194) */
.main-section {
    background: #f6f3ee;
    padding: 60px 20px;
  }
  .fp-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
  }

  .fp-wrapper .fp-rating {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .fp-wrapper .fp-rating svg {
    width: 20px;
    height: 20px;
  }

  .fp-main {
    overflow: hidden;
  }

  .fp-track {
    display: flex;
    transition: transform 0.3s ease;
  }

  .fp-slide {
    min-width: 100%;
  }

  .fp-slide img,
  .fp-slide video {
    width: 100%;
    display: block;
  }

  .fp-thumbs-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .fp-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: hidden;
    scrollbar-width: none;
    cursor: grab;
    max-width: 600px;
  }
  .fp-thumbs.dragging {
    cursor: grabbing;
  }

  .fp-thumbs::-webkit-scrollbar {
    display: none;
  }

  .fp-thumbs img {
    width: 70px;
    cursor: pointer;
    opacity: 0.6;
    flex-shrink: 0;
  }

  .fp-thumbs img.active {
    opacity: 1;
    border: 2px solid #000;
  }

  .fp-right {
    position: sticky;
    top: 30px;
  }

  .fp-title {
    font-size: 28px;
    font-weight: 500;
    font-family: unna, sans-serif;
  }

  .fp-price {
    margin: 10px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .fp-old {
    text-decoration: line-through;
    color: #999;
  }

  .fp-discount {
    color: #e53935;
    font-weight: 600;
  }

  .fp-rating {
    margin: 10px 0;
    font-size: 14px;
  }

  .fp-variants {
    display: flex;
    gap: 10px;
    margin: 20px 0;
  }

  .fp-variant {
    padding: 10px 14px;
    border-radius: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
  }

  .fp-variant.active {
    background: #0d2b45;
    color: #fff;
  }

  .fp-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0;
  }

  .fp-btn {
    width: 100%;
    padding: 14px;
    background: #0d2b45;
    color: #fff;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: 600;
  }

  .fp-acc {
    margin-top: 20px;
    border-top: 1px solid #eee;
  }

  .fp-acc-item {
    border-bottom: 1px solid #eee;
  }

  .fp-acc-title {
    padding: 14px 0;
    cursor: pointer;
    font-weight: 600;
    font-family: unna, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fp-acc-arrow {
    transition: 0.3s ease;
    transform: rotate(0deg);
  }

  .fp-acc-item.active .fp-acc-arrow {
    transform: rotate(180deg);
  }

  .fp-acc-content {
    display: none;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .thumb-btn {
    background: #fff;
    border: 1px solid #ddd;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .header h2 {
    margin-bottom: 0;
  }
  .fp-acc-content p {
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .fp-wrapper {
      grid-template-columns: 1fr;
      display: block;
    }
    .fp-right {
      position: static;
    }
    .fp-thumbs-wrapper {
      margin-top: 20px;
    }
    .fp-thumbs {
      max-width: 100%;
    }
    .fp-variants {
      flex-wrap: wrap;
      gap: 10px;
    }
    .main-section {
      padding: 40px 20px;
    }
  }
/* END_SECTION:funnel-lc-buybox */

/* START_SECTION:funnel-lc-faq-section (INDEX:195) */
.faq-section {
    padding: 60px 20px;
    background: #fff;
  }

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

  .faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
  }

  .faq-item {
    padding: 20px 0;
  }

  .faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: unna, sans-serif;
  }

  .faq-icon {
    transition: transform 0.3s ease;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .faq-answer-content {
    padding-top: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

    @media (max-width: 768px) {
    .faq-section {
      padding: 40px 20px;
      background: #fff;
  }
  .faq-title {
    margin-bottom:12px;
  }
  
    }
/* END_SECTION:funnel-lc-faq-section */

/* START_SECTION:funnel-lc-fb-faq-section (INDEX:198) */
.faq-section {
    padding: 60px 20px;
    background: #fff;
  }

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

  .faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    font-style: normal;
  }

  .faq-item {
    padding: 20px 0;
  }

  .faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: unna, sans-serif;
    text-transform: capitalize;
    font-style: normal;
  }

  .faq-icon {
    transition: transform 0.3s ease;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .faq-answer-content {
    padding-top: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    font-style: normal;
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  @media (max-width: 768px) {
    .faq-section {
      padding: 40px 20px;
      background: #fff;
    }
    .faq-title {
      margin-bottom: 12px;
    }
  }
/* END_SECTION:funnel-lc-fb-faq-section */

/* START_SECTION:funnel-lc-fb-footer (INDEX:199) */
.footer {
  background: #f4f1ed;
  padding: 60px 20px 20px;
  font-size: 14px;
  color: #555;
}
 
.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}
 
/* TOP */
.footer-top {
  display: flex;
  gap: 20px;
  flex-direction:column;
}
 
.footer-logo img {
  max-width: 180px;
}
 
/* LINKS */
.footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
 
.footer-links ul {
  list-style: none;
  padding: 0;
}
 
.footer-links li {
  margin-bottom: 7px;
}
 
.footer-links a {
  text-decoration: none;
  color: #0d2b45;
  font-size:12px;
}
 
.footer-links a:hover {
  text-decoration: underline;
}
 
/* DISCLAIMER */
.footer-disclaimer {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.6;
  color: #0d2b45;
}
 
/* BOTTOM */
.footer-bottom {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #0d2b45;
}
 
.footer-links-mobile {
    display:none;
}
 
/* MOBILE */
@media(max-width:768px){
  .footer-top {
    flex-direction: column;
    gap: 30px;
  }
 
  .footer-links {
    gap: 30px;
  }
 
  .footer-bottom {
    flex-direction: row;
    gap: 10px;
    text-align: center;
  }
  .footer {
    padding:40px 40px 16px;
  }
  .footer-disclaimer {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #0d2b45;
}
 
.footer-links-desktop {
    display:none;
}
 
.footer-links-mobile {
    display:flex;
    justify-content: space-around;
}
.footer-links li {
    text-align: center;
}
.footer-logo img {
    justify-self: center;
}
 
}
/* END_SECTION:funnel-lc-fb-footer */

/* START_SECTION:funnel-lc-fb-testimonial-slider (INDEX:211) */
.testimonial-section {
    padding: 70px 20px;
    background: #fff;
    text-align: center;
  }

  .testimonial-section .testimonial-sub {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
  }

  .testimonial-section .testimonial-sub svg {
    width: 20px;
    height: 20px;
  }

  .testimonial-title {
    font-size: 28px;
    font-weight: 600;
    font-style:normal;
  }

  .testimonial-sub {
    margin-top: 8px;
    color: #555;
    font-size: 14px;
    font-style:normal;  
  }

  .testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .testimonial-wrapper {
    overflow: hidden;
    max-width: 1100px;
    margin: 40px auto 0;
  }

  .testimonial-card {
    min-width: 33.33%;
    padding: 0 20px;
  }

  .stars {
    color: #f5c518;
    font-size: 18px;
    margin-bottom: 10px;
    font-style: normal;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
    transition: max-height 0.4s ease;
    color: #444;
    font-style:normal;
  }

  /* EXPANDED */
  .testimonial-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  /* BUTTON */
  .show-more-btn {
    margin-top: 8px;
    background: none;
    border: none;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    font-style:normal;
  }
  .testimonial-name {
    margin-top: 10px;
    font-weight: 600;
    font-style:normal;
  }

  .testimonial-dots {
    display: flex;
    gap: 6px;
  }

  .testimonial-dots span {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  .testimonial-dots .active {
    background: #333;
  }

  .testimonial-arrow {
    cursor: pointer;
    font-size: 20px;
    color: #333;
    user-select: none;
  }

  .testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
  }

  @media (max-width: 768px) {
    .testimonial-section {
      padding: 40px 20px;
    }
    .testimonial-card {
      min-width: 100%;
    }
  }
/* END_SECTION:funnel-lc-fb-testimonial-slider */

/* START_SECTION:funnel-lc-footer (INDEX:214) */
.footer {
  background: #f4f1ed;
  padding: 60px 20px 20px;
  font-size: 14px;
  color: #555;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* TOP */
.footer-top {
  display: flex;
  gap: 20px;
  flex-direction:column;
}

.footer-logo img {
  max-width: 180px;
}

/* LINKS */
.footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 7px;
}

.footer-links a {
  text-decoration: none;
  color: #0c2440;
  font-size:12px;
  opacity: .7;
  pointer-events: none;
}


/* DISCLAIMER */
.footer-disclaimer {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.6;
  color: #0c2440;
  opacity: .7;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #0c2440;
  opacity: .7;
}

.footer-links-mobile {
    display:none;
}

/* MOBILE */
@media(max-width:768px){
  .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  .footer-links {
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: row;
    gap: 10px;
    text-align: center;
  }
  .footer {
    padding:40px 40px 16px;
  }
  .footer-disclaimer {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #0d2b45;
}

.footer-links-desktop {
    display:none;
}

.footer-links-mobile {
    display:flex;
    justify-content: space-around;
}
.footer-links li {
    text-align: center;
}
.footer-logo img {
    justify-self: center;
}

}
/* END_SECTION:funnel-lc-footer */

/* START_SECTION:funnel-lc-testimonial-slider (INDEX:224) */
.testimonial-section {
    padding: 70px 20px;
    background: #fff;
    text-align: center;
  }

  .testimonial-section .testimonial-sub {
    display:flex;
    justify-content:center;
    gap:2px;
  }

  .testimonial-section .testimonial-sub svg {
    width:20px;
    height:20px;
  }

  .testimonial-title {
    font-size: 28px;
    font-weight: 600;
  }

  .testimonial-sub {
    margin-top: 8px;
    color: #555;
    font-size: 14px;
  }

  .testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .testimonial-wrapper {
    overflow: hidden;
    max-width: 1100px;
    margin: 40px auto 0;
  }

  .testimonial-card {
    min-width: 33.33%;
    padding: 0 20px;
  }

  .stars {
    color: #f5c518;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
    transition: max-height 0.4s ease;
    color: #444;
  }

  /* EXPANDED */
  .testimonial-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  /* BUTTON */
  .show-more-btn {
    margin-top: 8px;
    background: none;
    border: none;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
  }
  .testimonial-name {
    margin-top: 10px;
    font-weight: 600;
  }

  .testimonial-dots {
    display: flex;
    gap: 6px;
  }

  .testimonial-dots span {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  .testimonial-dots .active {
    background: #333;
  }

  .testimonial-arrow {
    cursor: pointer;
    font-size: 20px;
    color: #333;
    user-select: none;
  }

  .testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
  }

  @media (max-width: 768px) {

    .testimonial-section {
        padding:40px 20px;
    }
    .testimonial-card {
      min-width: 100%;
    }
  }
/* END_SECTION:funnel-lc-testimonial-slider */

/* START_SECTION:funnel-llt-os-3-reasons (INDEX:225) */
.listicle-section {
    background: var(--white, #ffffff);
    color: var(--dark, #0c233f);
    padding: 28px 0 0;
  }

  .listicle-section .container {
    max-width: var(--page-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
  }

  .listicle-title {
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(1.8rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark, #0c233f);
    text-align: center;
    margin: 0 0 36px;
    padding: 0;
  }

  .listicle-items {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .listicle-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    border-top: 1px solid var(--light-border, #dee0e0);
  }

  .listicle-item:nth-child(even) .listicle-img {
    order: 2;
  }

  .listicle-item:nth-child(even) .listicle-content {
    order: 1;
  }

  .listicle-img {
    background: var(--bg, #f4f4f4);
    min-height: 420px;
    position: relative;
    overflow: hidden;
  }

  .listicle-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .listicle-num-inline {
    font-family: var(--font-heading, Georgia, serif);
    font-size: 0.85em;
    font-weight: 700;
    color: rgba(225, 194, 122, 0.5);
    margin-right: 6px;
  }

  .listicle-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .listicle-tag {
    display: inline-block;
    background: var(--gold, #e1c27a);
    color: var(--dark, #0c233f);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
  }

  .listicle-content {
    padding: 60px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }

  .listicle-content h3 {
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(1.3rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark, #0c233f);
    margin: 0;
  }

  .listicle-content p {
    font-size: 0.95rem;
    color: var(--dark-muted, #505768);
    line-height: 1.8;
    max-width: 440px;
    margin: 0;
  }

  .listicle-cta {
    margin-top: 8px;
    align-self: flex-start;
    font-size: 0.78rem;
    padding: 12px 28px;
    background-color: #0c233f;
    color:#fff;
    border-radius:0;
    font-weight: 600;
}

  /* Responsive */
  @media (max-width: 1024px) {
    .listicle-item {
      grid-template-columns: 1fr 1fr;
    }
    .listicle-content {
      padding: 48px 40px;
    }
  }

  @media (max-width: 768px) {
    .listicle-item {
      grid-template-columns: 1fr 1fr;
      min-height: 380px;
    }
    .listicle-content {
      padding: 36px 28px;
    }
  }

  @media (max-width: 480px) {
    .listicle-item {
      grid-template-columns: 1fr;
    }
    .listicle-item:nth-child(even) .listicle-img {
      order: -1;
    }
    .listicle-img {
      min-height: 260px;
    }
    .listicle-content {
      padding: 32px 20px;
    }
  }
/* END_SECTION:funnel-llt-os-3-reasons */

/* START_SECTION:funnel-llt-os-announcement-bar (INDEX:226) */
.announcement-bar {
    background: var(--dark, #0c233f);
    color: var(--gold, #e1c27a);
    text-align: center;
    padding: 10px 16px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .announcement-bar p {
    margin: 0;
    letter-spacing: 1px;
  }

  .announcement-bar__link {
    color: var(--gold, #e1c27a);
    text-decoration: underline;
    letter-spacing: inherit;
  }

  .announcement-bar__link:hover {
    opacity: 0.85;
  }
/* END_SECTION:funnel-llt-os-announcement-bar */

/* START_SECTION:funnel-llt-os-before-after (INDEX:227) */
.before-after-section {
  padding: 32px 0;
  background: #fff;
  border-top: 1px solid #dee0e0;
}

.before-after-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.before-after-section .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 32px;
}

.before-after-section .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #727782;
  font-weight: 500;
}

.before-after-section .section-title {
  font-family: Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: #0c233f;
  margin: 0;
  line-height: 1.2;
}

.ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.ba-card {
  border-radius: 6px;
  overflow: hidden;
}

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

.ba-mob-dots {
  display: none;
}

/* MOBILE ARROWS */
.ba-arrow {
  display: none;
}

@media (max-width: 1024px) {

  .ba-grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 768px) {

  .ba-mobile-wrapper {
    position: relative;
  }

  .ba-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    scrollbar-width: none;
    margin-left: -24px;
    margin-right: -24px;
  }

  .ba-grid::-webkit-scrollbar {
    display: none;
  }

  .ba-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    margin-left: 7.5%;
  }

  .ba-card:last-child {
    margin-right: 7.5%;
  }

  .ba-mob-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
  }

  .ba-mob-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(12,35,63,.2);
    transition: background .2s;
  }

  .ba-mob-dot--active {
    background: #0c233f;
  }

  .ba-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.95);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    color: #0c233f;
    font-size: 28px;
    cursor: pointer;
    z-index: 5;
  }

  .ba-arrow-prev {
    left: -20px;
  }

  .ba-arrow-next {
    right: -20px;
  }

}
/* END_SECTION:funnel-llt-os-before-after */

/* START_SECTION:funnel-llt-os-buy-box (INDEX:228) */
.buy-box {
    padding: 64px 0;
    background: var(--white, #ffffff);
    border-top: 1px solid var(--light-border, #dee0e0);
  }
  .buy-box__container {
    margin: 0 auto;
    padding: 0 24px;
  }
  .buy-box__grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
    align-items: start;
  }

  /* Image col */
  .buy-box__image-col {
    position: sticky;
    top: 24px;
  }
  .buy-box__image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #f0ece6;
  }
  .buy-box__badge {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--dark, #0c233f);
    color: var(--white, #ffffff);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 2px;
    z-index: 3;
  }

  /* Carousel */
  .bbx-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .bbx-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
  }
  .bbx-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }
  .bbx-slide img,
  .bbx-slide svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .bbx-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 14px 0 16px;
    background: #f0ece6;
  }
  .bbx-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    border: none;
    background: rgba(12,35,63,0.2);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
  }
  .bbx-dot--active { background: var(--dark, #0c233f); }

  /* Details col */
  .buy-box__details {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .buy-box__rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .buy-box__stars {
    color: var(--gold, #e1c27a);
    font-size: 1rem;
    letter-spacing: 2px;
  }
  .buy-box__rating-text {
    font-size: 16px;
    color: var(--dark-muted, #505768);
  }
  .buy-box__product-name {
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--dark, #0c233f);
    margin: 0;
  }
  .buy-box__descriptor {
    font-size: 16px;
    color: var(--dark-muted, #505768);
    line-height: 1.6;
    margin: 0;
  }

  /* Bundles */
  .buy-box__bundles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .bundle-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1.5px solid var(--light-border, #dee0e0);
    border-radius: 4px;
    background: var(--white, #ffffff);
    cursor: pointer;
    font-family: var(--font-body, sans-serif);
    color: var(--dark, #0c233f);
    transition: border-color 0.15s;
    text-align: left;
    width: 100%;
  }
  .bundle-option:hover { border-color: var(--dark-muted, #505768); }
  .bundle-option--active {
    border: 2px solid var(--dark, #0c233f);
    padding: 13px 15px;
  }
  .bundle-option__left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
  }
  .bundle-option__left strong { font-weight: 700; }
  .bundle-option__price {
    color: var(--dark-muted, #505768);
    font-size: 0.8rem;
  }
  .bundle-tag {
    color: var(--mid, #727782);
    font-size: 14px;
    white-space: nowrap;
  }
  .bundle-tag--highlight {
    background: var(--gold, #e1c27a);
    color: var(--dark, #0c233f);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
  }

  /* Price row */
  .buy-box__price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
  .buy-box__price {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--dark, #0c233f);
    line-height: 1;
  }
  .buy-box__price-strike {
    font-size: 1.05rem;
    color: var(--mid, #727782);
    text-decoration: line-through;
  }
  .buy-box__save-tag {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--white, #ffffff);
    background: #2a7a3a;
    padding: 4px 9px;
    border-radius: 2px;
    letter-spacing: 0.04em;
  }

  /* Checkout button */
  .btn--checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 28px;
    background: var(--dark, #0c233f);
    color: var(--white, #ffffff);
    border: 1.5px solid var(--dark, #0c233f);
    border-radius: 2px;
    font-family: var(--font-body, sans-serif);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
    line-height: 1;
  }
  .btn--checkout:hover { background: #1a3a5c; border-color: #1a3a5c; }
  .btn--checkout:disabled { opacity: 0.7; cursor: not-allowed; }

  /* Trust pills */
  .buy-box__trust {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--light-border, #dee0e0);
    border-bottom: 1px solid var(--light-border, #dee0e0);
    padding: 8px 0;
  }
  .buy-trust-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding-bottom: 6px;
  }
  .buy-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px 16px;
    padding-top: 6px;
  }
  .buy-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 16px;
    color: var(--dark, #0c233f);
  }
  .buy-trust-item svg { color: var(--dark-muted, #505768); flex-shrink: 0; }

  /* Product desc */
  .buy-box__product-desc {
    font-size: 16px;
    color: var(--dark-muted, #505768);
    line-height: 1.75;
  }
  .buy-box__product-desc p { margin: 0 0 8px; }
  .buy-box__product-desc p:last-child { margin-bottom: 0; }
  .buy-box__product-desc strong { color: var(--dark, #0c233f); font-weight: 600; }
  .buy-box__product-desc ul { padding-left: 18px; margin: 8px 0; }
  .buy-box__product-desc li { margin-bottom: 4px; }

  /* Q&A */
  .buy-box__qa { border-top: 1px solid var(--light-border, #dee0e0); }
  .bqa-item { border-bottom: 1px solid var(--light-border, #dee0e0); }
  .bqa-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 16px 0;
    text-align: left;
    font-family: work sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark, #0c233f);
    line-height: 1.4;
  }
  .bqa-trigger:hover { color: var(--dark-muted, #505768); }
  .bqa-icon {
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--dark, #0c233f);
    line-height: 1;
    width: 20px;
    text-align: center;
    user-select: none;
  }
  .bqa-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
  }
  .bqa-answer p {
    padding-bottom: 16px;
    font-size: 16px;
    color: var(--dark-muted, #505768);
    line-height: 1.75;
    margin: 0;
  }

  /* Responsive */
  @media (max-width: 1024px) { .buy-box__grid { gap: 48px; } }
  @media (max-width: 768px) {
    .buy-box { padding: 40px 0; }
    .buy-box__grid { grid-template-columns: 1fr; gap: 32px; }
    .buy-box__image-col { position: relative; top: auto; }
    .buy-box__product-name { font-size: 1.6rem; }
    .buy-box__price { font-size: 1.6rem; }
    .bundle-option { flex-wrap: wrap; gap: 8px; }
    .bundle-tag--highlight { font-size: 0.58rem; padding: 3px 8px; }
    .buy-trust-row { flex-direction: column; gap:0;}
    .buy-trust-grid {grid-template-columns: 1fr 1fr;}
  }
  @media (max-width: 480px) {
    .buy-box__container { padding: 0 16px; }
    .buy-box__price { font-size: 1.4rem; }
  }
/* END_SECTION:funnel-llt-os-buy-box */

/* START_SECTION:funnel-llt-os-customer-review (INDEX:229) */
.featured-reviews {
    padding: 48px 0;
    background: var(--bg, #f4f4f4);
    border-top: 1px solid var(--light-border, #dee0e0);
  }

  .featured-reviews .container {
    max-width: var(--page-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
  }

  .featured-reviews .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 0;
  }

  .featured-reviews .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mid, #727782);
    font-weight: 500;
  }

  .overall-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
  }

  .stars {
    color: var(--gold, #e1c27a);
    font-size: 1rem;
    letter-spacing: 2px;
  }

  .stars.large {
    font-size: 1.4rem;
  }

  .rating-text {
    font-size: 0.85rem;
    color: var(--mid, #727782);
  }

  /* Carousel */
  .rev-carousel {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }

  .rev-track-wrap {
    flex: 1;
    overflow: hidden;
  }

  .rev-track {
    display: flex;
    transition: transform 0.4s ease;
  }

  .review-card {
    flex: 0 0 100%;
    background: var(--white, #ffffff);
    border: 1px solid var(--light-border, #dee0e0);
    border-radius: 4px;
    padding: 36px 40px;
    box-sizing: border-box;
  }

  .rev-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--light-border, #dee0e0);
    background: var(--white, #ffffff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark, #0c233f);
    transition: background 0.15s, border-color 0.15s;
  }

  .rev-arrow:hover:not(:disabled) {
    background: var(--bg, #f4f4f4);
    border-color: var(--dark, #0c233f);
  }

  .rev-arrow:disabled {
    opacity: 0.3;
    cursor: default;
  }

  .rev-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .rev-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: var(--light-border, #dee0e0);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
  }

  .rev-dot--active {
    background: var(--dark, #0c233f);
  }

  .review-stars {
    color: var(--gold, #e1c27a);
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .review-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark, #0c233f);
    margin: 0 0 10px;
    font-style: italic;
  }

  .review-text {
    font-size: 0.88rem;
    color: var(--dark-muted, #505768);
    line-height: 1.7;
    margin: 0 0 24px;
    font-style: italic;
  }

  .review-author {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg2, #eeeae5);
    border: 1px solid var(--light-border, #dee0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.88rem;
    flex-shrink: 0;
    color: var(--dark, #0c233f);
  }

  .review-author strong {
    display: block;
    font-size: 0.88rem;
    margin-bottom: 2px;
    color: var(--dark, #0c233f);
  }

  .review-author span {
    font-size: 0.72rem;
    color: var(--mid, #727782);
  }

  @media (max-width: 768px) {
    .review-card {
      padding: 28px 20px;
    }
  }
/* END_SECTION:funnel-llt-os-customer-review */

/* START_SECTION:funnel-llt-os-footer (INDEX:230) */
.footer {
    background: var(--dark, #0c233f);
    color: rgba(255, 255, 255, 0.7);
    padding: 40px 24px;
  }

  .footer-inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  .footer-legal {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.65;
    margin: 0;
  }

  .footer-contact {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
  }

  .footer-copy {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
  }

  .footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links a {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.15s;
    text-decoration: underline;
  }

  .footer-links a:hover {
    color: var(--white, #ffffff);
  }

  @media (max-width: 768px) {
    .footer {
      padding: 32px 20px;
    }
    .footer-legal {
      font-size: 0.68rem;
    }
    .footer-links {
      gap: 16px;
    }
  }
/* END_SECTION:funnel-llt-os-footer */

/* START_SECTION:funnel-llt-os-hero (INDEX:231) */
.hero {
    background: var(--bg, #f4f4f4);
    overflow: hidden;
    border-bottom: 1px solid var(--light-border, #dee0e0);
  }

  .hero__inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    align-items: stretch;
    gap: 0;
  }

  .hero__content {
    padding: 40px 40px 40px 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    order: 2;
  }

  .hero__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold, #e1c27a);
    font-weight: 700;
    margin: 0;
  }

  .hero__h1 {
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--dark, #0c233f);
    margin: 0;
  }

  .hero__h1-em {
    font-style: italic;
    font-size: 0.70em;
    letter-spacing: 0;
  }

  .hero__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
  }

  .hero__cta-primary {
    width: 100%;
    justify-content: center;
    padding: 16px 32px;
    font-size: 0.88rem;
    background: #0c233f;
    color: #fff;
    border-color: #0c233f;
    font-weight:600;
  }

  /* Hero FAQ accordion */
  .hero__faq {
    border-top: 1px solid var(--light-border, #dee0e0);
    margin-top: 4px;
  }

  .hero-faq-item {
    border-bottom: 1px solid var(--light-border, #dee0e0);
  }

  .hero-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 14px 0;
    text-align: left;
    font-family: work sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark, #0c233f);
    line-height: 1.4;
  }
  

  .hero-faq-trigger:hover {
    color: var(--dark-muted, #505768);
  }

  .hero-faq-icon {
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--dark, #0c233f);
    line-height: 1;
    width: 20px;
    text-align: center;
    user-select: none;
  }

  .hero-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
  }

  .hero-faq-answer p {
    padding-bottom: 14px;
    font-size: 16px;
    color: var(--dark-muted, #505768);
    line-height: 1.75;
    margin: 0;
  }

  .hero__visual {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: linear-gradient(160deg, var(--peach, #f2e6de) 0%, var(--vanilla, #eeeae5) 100%);
    padding: 0;
    position: relative;
    order: 1;
    overflow: hidden;
  }

  .hero__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero__inner {
      grid-template-columns: 1fr;
      min-height: auto;
      gap: 0;
    }
    .hero__content {
      padding: 36px 20px 48px;
      order: 2;
    }
    .hero__visual {
      padding: 0;
      order: 1;
      height: 280px;
      min-height: unset;
    }
    .hero__photo {
      height: 280px;
      min-height: unset;
      object-position: center 15%;
    }
    .hero__h1 {
      font-size: clamp(1.8rem, 6vw, 2.4rem);
    }
    .hero__ctas {
      flex-direction: column;
      gap: 10px;
    }
    .hero__cta-primary {
      text-align: center;
    }
  }
/* END_SECTION:funnel-llt-os-hero */

/* START_SECTION:funnel-llt-os-press-strip (INDEX:232) */
.press-strip {
    background: var(--white, #ffffff);
    border-top: 1px solid var(--light-border, #dee0e0);
    border-bottom: 1px solid var(--light-border, #dee0e0);
    padding: 36px 24px;
  }

  .press-strip__inner {
    max-width: var(--page-width, 1200px);
    margin: 0 auto;
  }

  .press-strip__label {
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mid, #727782);
    font-weight: 600;
    margin: 0 0 28px;
  }

  .press-strip__logos {
    display: flex;
    justify-content: center;
  }

  .press-logos-img {
    max-width: 640px;
    width: 100%;
    height: auto;
    opacity: 0.75;
  }

  @media (max-width: 768px) {
    .press-strip {
      padding: 28px 20px;
    }
    .press-strip__label {
      font-size: 0.65rem;
      margin-bottom: 20px;
    }
    .press-logos-img {
      max-width: 100%;
    }
  }
/* END_SECTION:funnel-llt-os-press-strip */

/* START_SECTION:funnel-llt-os-trust-badge (INDEX:233) */
.trust-bar {
    background: var(--white, #ffffff);
    border-bottom: 1px solid var(--light-border, #dee0e0);
    padding: 18px 24px;
  }

  .trust-bar__inner {
    max-width: var(--page-width, 1200px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 0;
    align-items: center;
  }

  .trust-bar__label {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--dark, #0c233f);
    text-align: center;
    margin: 0;
  }

  .trust-bar__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dark-muted, #505768);
  }

  .trust-item svg {
    flex-shrink: 0;
  }

  @media (max-width: 768px) {
    .trust-bar {
      padding: 14px 20px;
    }
    .trust-bar__inner {
      padding: 20px 0;
      gap: 16px;
    }
    .trust-bar__label {
      font-size: 0.65rem;
    }
    .trust-bar__items {
      gap: 10px 20px;
    }
    .trust-item {
      font-size: 0.7rem;
    }
  }
/* END_SECTION:funnel-llt-os-trust-badge */