/** Shopify CDN: Minification failed

Line 1222:2 Unexpected "{"
Line 1222:3 Expected identifier but found "%"
Line 1234:4 Unexpected "{"
Line 1234:5 Expected identifier but found "%"
Line 1235:4 Unexpected "{"
Line 1235:5 Expected identifier but found "%"
Line 1260:6 Unexpected "{"
Line 1260:7 Expected identifier but found "%"

**/

  :root {
    \--bg: #fefcf8;
    \--bg-warm: #f4ede2;
    \--bg-dark: #1a1612;
    \--ink: #2a201a;
    \--ink-soft: #5c4f44;
    \--ink-muted: #8a7c6f;
    \--accent: #c44827;
    \--accent-deep: #9c3819;
    \--accent-soft: #e8c5b3;
    \--gold: #b89968;
    \--line: #d9cfc0;
    \--line-soft: #ebe3d4;
  }
  .hero-video-bg {
      position: relative;
      overflow: hidden;
      border-radius: 24px;
      height:500px;
  }

  .hero .product-visual {
      text-align: center;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .cta-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--ink);
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      margin-left: 24px;
      border-bottom: 1px solid var(--ink);
      padding-bottom: 2px;
      transition: color 0.2s;
  }
  /* Problem section visual styles */
.problem-visual {
  text-align: center;
  margin: 40px 0 30px 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-visual:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.problem-visual img {
  width: 100%;
  max-width: 100%;
  height: 500px;
  display: block;
  transition: transform 0.5s ease;
  object-fit: cover;
}

.problem-visual:hover img {
  transform: scale(1.02);
}

/* Optional caption styling */
.problem-visual-caption {
  text-align: center;
  font-size: 13px;
  color: #999;
  margin-top: 12px;
  letter-spacing: 0.3px;
  font-style: italic;
}


@media (max-width: 768px) {
  .problem-visual {
    margin: 30px 0 20px 0;
    border-radius: 16px;
  }
  
  .problem-visual-caption {
    font-size: 11px;
    margin-top: 8px;
  }
    .problem-visual img {
      height: 300px;
  }
    .hero .hero-visual {
      order: -1;
  }
  .cta {
      padding: 15px 18px !important;
      font-size: 12px !important;
  }
}

  @media (max-width:900px){
    .hero-video-bg {
      height: 300px;
  }
    .cta-secondary {
      font-size: 12px !important;
      margin-left: 10px !important;
  }
  }
  .hero-video-bg video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
  }

  .hero-video-bg .product-visual {
      position: relative;
      z-index: 1;
      background: transparent;
  }

  .hero-video-bg::before {
      content: '';
      position: absolute;
      top: 0;
      
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.2);
      z-index: 0;
      border-radius: 24px;
  }

  .hero-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
  }
    .starsP { color: #e8c97a; font-size: 16px; letter-spacing: 2px;     width: 90px;}
  .hero-proof span { font-size: clamp(12px, 3.2vw, 14px); }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--ink);
    line-height: 1.6;
    font-size: 17px;
    \-webkit-font-smoothing: antialiased;
  }

  .display, h1, h2, h3 {
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.1;
    color: var(--ink);
    max-width: 800px;
    margin: auto;
  }

  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
  }

  .container-narrow {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 32px;
  }


  .announce {
    background: var(--bg-dark);
    color: var(--bg-warm);
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .announce span { margin: 0 18px; opacity: 0.85; }


  nav {
    background: var(--bg);
    border-bottom: 1px solid var(--line-soft);
    padding: 22px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(8px);
  }
  nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .logo sup { font-size: 11px; color: var(--accent); margin-left: 1px; }
  .nav-links { display: flex; gap: 40px; }
  .nav-links a {
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--accent); }

 
  .hero {
    padding: 80px 0 80px;
    background:
      radial-gradient(ellipse at 80% 20%, rgba(196, 72, 39, 0.08), transparent 60%),
      radial-gradient(ellipse at 20% 80%, rgba(184, 153, 104, 0.06), transparent 60%),
      var(--bg);
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 50%; right: -10%;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 72, 39, 0.12), transparent 70%);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .hero .container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--accent);
  }

  .hero h1 {
    font-size: clamp(22px, 5.5vw, 48px);
    margin-bottom: 28px;
  }
  .hero h1 .num {
    color: var(--accent);
    font-weight: 600;
    font-style: italic;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--accent-deep);
  }

  .hero p.lead {
        font-size: clamp(15px, 3vw, 19px);
    color: var(--ink-soft);
    margin-bottom: 20px;
    max-width: 540px;
    line-height: 1.5;
  }

  .cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--accent);
    color: white;
    padding: 18px 32px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border-radius:8px;
    font-family: 'Gilmer Heavy';
  }
  .cta:hover {
    background: var(--accent-deep);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(196, 72, 39, 0.25);
  }
  .cta .arrow { transition: transform 0.3s; }
  .cta:hover .arrow { transform: translateX(4px); }

  .hero-trust {
    margin-top: 24px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--ink-muted);
  }
  .hero-trust span { display: flex; align-items: center; gap: 6px; }
  .check { color: var(--accent); font-weight: 700; }

  .hero-visual-label {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: rgba(255, 220, 200, 0.85);
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 500;
  }
  .hero-visual-label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--accent-soft);
    vertical-align: middle;
    margin-right: 12px;
  }


  .divider-text {
    text-align: center;
    padding: 32px 0;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-muted);
    background: var(--bg-warm);
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
  }
  .divider-text span { margin: 0 32px; }


  .problem {
    padding: 120px 0;
    background: var(--bg);
  }
  .problem .container-narrow { text-align: center; }
  .problem .eyebrow { display: inline-block; }
  .problem h2 {
    font-size: clamp(20px, 4vw, 36px);
    margin-bottom: 40px;
  }

  .quote-block {
    background: var(--bg-warm);
    padding: 48px 56px;
    margin: 48px 0;
    position: relative;
    border-left: 3px solid var(--accent);
    text-align: left;
    border-radius: 10px;
  }
  .quote-block::before {
    content: "\201C";
    position: absolute;
    top: -20px; left: 32px;
    font-size: 100px;
    color: var(--accent);
    line-height: 1;
  }
  .quote-block p {
    font-size: 24px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.4;
  }

  .stat-line {
    font-size: 18px;
    color: var(--ink-soft);
    margin: 32px 0 48px;
    line-height: 1.6;
  }
  .stat-line strong {
    color: var(--ink);
    font-weight: 600;
    border-bottom: 2px solid var(--accent);
    padding-bottom: 2px;
  }

  .negatives {
    text-align: left;
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .negative-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: white;
    border: 1px solid var(--line-soft);
    color: var(--ink-soft);
    font-size: 16px;
  }
  .negative-item .x {
    color: var(--ink-muted);
    font-size: 20px;
    flex-shrink: 0;
  }

  .conclusion {
    margin-top: 48px;
    font-size: clamp(20px, 4vw, 30px);
    font-style: italic;
    color: var(--ink);
    line-height: 1.4;
  }
  .conclusion strong {
    font-style: normal;
    color: var(--accent);
    font-weight: 600;
  }

  .reasons {
    padding: 120px 0;
    background: var(--bg-dark);
    color: var(--bg-warm);
    position: relative;
  }
  .reasons::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
  }

  .reasons-header { text-align: center; margin-bottom: 80px; }
  .reasons .eyebrow { color: var(--accent-soft); border-color: var(--accent-soft); }
  .reasons h2 {
    color: var(--bg-warm);
    font-size: clamp(20px, 4vw, 36px);
  }
  .reasons-header p {
    color: rgba(244, 237, 226, 0.65);
    font-size: 18px;
    margin-top: 16px;
  }

  .reason-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 920px;
    margin: 0 auto;
  }
  .reason {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 48px;
    padding: 48px 0;
    border-top: 1px solid rgba(244, 237, 226, 0.12);
    align-items: start;
  }
  .reason:last-child { border-bottom: 1px solid rgba(244, 237, 226, 0.12); }

  .reason-num {
    font-size: 80px;
    line-height: 0.9;
    color: var(--accent);
    font-style: italic;
    font-weight: 400;
  }
  .reason-num small {
    display: block;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: rgba(244, 237, 226, 0.5);
    margin-top: 8px;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Inter', sans-serif;
  }

  .reason-content h3 {
    color: var(--bg-warm);
    font-size: clamp(20px, 4vw, 30px);
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .reason-content p {
    color: rgba(244, 237, 226, 0.75);
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.7;
  }
  .reason-content p strong {
    color: var(--accent-soft);
    font-weight: 500;
  }

  .reason-7 {
    background: linear-gradient(135deg, rgba(196, 72, 39, 0.15), transparent);
    margin: 32px -32px -48px;
    padding: 64px 32px;
    border-radius: 4px;
    border: none !important;
  }
  .reason-7 + .reason-7-quote { margin-top: 48px; }

  .reason-callout {
    margin: 64px auto 0;
    max-width: 760px;
    padding: 30px 38px;
    background: rgba(244, 237, 226, 0.06);
    border-left: 3px solid var(--accent);
    text-align: center;
        border-radius: 10px;
  }
  .reason-callout p {
    font-size: clamp(14px, 4vw, 18px);
    font-style: italic;
    color: var(--bg-warm);
    line-height: 1.5;
  }

  .product {
    padding: 120px 0;
    background: var(--bg-warm);
  }
  .product-header { text-align: center; margin-bottom: 30px; }
  .product h2 { font-size: clamp(20px, 4vw, 36px); margin-bottom: 16px; }
  .product-header p { font-size: clamp(14px, 4vw, 19px); color: var(--ink-soft); }

  .product-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: flex-start;
    position: relative;
  }

  .product-tag {
    position: absolute;
    top: 24px; left: 24px;
    background: rgba(0,0,0,0.5);
    color: rgba(255, 220, 200, 0.95);
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    z-index: 2;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 200, 180, 0.15);
  }

  .product-features { display: flex; flex-direction: column; gap: 20px; margin: 36px 0; }
  .feature {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }
  .feature:last-child { border: none; padding-bottom: 0; }
  .feature-icon {
    width: 36px; height: 36px;
    background: var(--accent);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 14px;
        border-radius: 5px;
  }
  .feature-text strong {
    display: block;
    font-size: clamp(14px, 4vw, 16px);
    color: var(--ink);
    margin-bottom: 4px;
    font-weight: 600;
  }
  .feature-text p {
    color: var(--ink-soft);
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.5;
    margin: 0;
  }

  .steps {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }
  .steps-title {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 24px;
    font-weight: 600;
  }
  .step-list { display: flex; flex-direction: column; gap: 5px; }
  .step {
    display: flex;
    gap: 20px;
    align-items: baseline;
  }
  .step-num {
    font-size: 32px;
    font-style: italic;
    color: var(--accent);
    min-width: 36px;
  }
  .step-text {
    color: var(--ink);
    font-size: 16px;
    line-height: 1.5;
  }
  .step-text strong { font-weight: 600; }

  .science {
    padding: 120px 0;
    background: var(--bg);
    text-align: center;
  }
  .science h2 { font-size: clamp(20px, 4vw, 36px); margin-bottom: 16px; }
  .science > .container > p.lead {
    font-size: 19px;
    color: var(--ink-soft);
    margin-bottom: 64px;
  }

  .science-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 920px;
    margin: 0 auto 56px;
    border: 1px solid var(--line);
  }
  .science-cell {
    padding: 36px 32px;
    text-align: left;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: white;
  }
  .science-cell:nth-child(2n) { border-right: none; }
  .science-cell:nth-last-child(-n+2) { border-bottom: none; }
  .science-cell h4 {
        font-size: clamp(16px, 4vw, 24px);
    color: var(--accent-deep);
    margin-bottom: 10px;
    font-weight: 600;
  }
  .science-cell p {
    color: var(--ink-soft);
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.6;
        margin: 0;
  }

  .science-footer {
    max-width: 720px;
    margin: 50px auto 0;
    font-style: italic;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.7;
    padding: 32px;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
  }


  .testimonials {
    padding: 120px 0;
    background: var(--bg-warm);
  }
  .testimonials-header { text-align: center; margin-bottom: 72px; }
  .testimonials h2 { font-size: clamp(36px, 4vw, 52px); }

  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 56px;
  }
  .testimonial {
    background: var(--bg);
    padding: 40px 32px;
    border: 1px solid var(--line-soft);
    position: relative;
  }
  .stars {
    color: var(--accent);
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .testimonial-text {
    font-size: 19px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.5;
    margin-bottom: 28px;
    min-height: 140px;
  }
  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--line-soft);
  }
  .author-avatar {
    width: 44px; height: 44px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
  }
  .author-info strong {
    display: block;
    font-size: 15px;
    color: var(--ink);
    font-weight: 600;
  }
  .author-info span { font-size: 13px; color: var(--ink-muted); }

  .trustpilot-banner {
    text-align: center;
    padding: 24px;
    background: var(--bg);
    border: 1px solid var(--line);
    max-width: 480px;
    margin: 0 auto;
  }
  .trustpilot-banner .score {
    font-size: 32px;
    color: var(--ink);
    font-weight: 600;
  }
  .trustpilot-banner .score em {
    color: var(--accent);
    font-style: normal;
  }
  .trustpilot-banner p {
    font-size: 14px;
    color: var(--ink-soft);
    margin-top: 4px;
  }

  .faq { padding: 120px 0; background: var(--bg); }
  .faq-header { text-align: center; margin-bottom: 64px; }
  .faq h2 { font-size: clamp(20px, 4vw, 36px); }

  .faq-list {
    max-width: 820px;
    margin: 0 auto;
    border-top: 1px solid var(--line);
  }
  .faq-item {
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
    cursor: pointer;
  }
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .faq-question h4 {
    font-size: 22px;
    color: var(--ink);
    font-weight: 500;
    flex: 1;
    font-size: clamp(16px, 3.2vw, 22px);
    line-height: normal;
        margin: 0;
  }
  .faq-toggle {
    width: 36px; height: 36px;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 20px;
    transition: all 0.3s;
    flex-shrink: 0;
  }
  .faq-item.open .faq-toggle {
    background: var(--accent);
    color: white;
    border-color: var(--accent);
    transform: rotate(45deg);
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.7;
  }
  .faq-item.open .faq-answer {
    max-height: 400px;
    padding-top: 20px;
  }
  .faq-answer strong { color: var(--ink); font-weight: 600; }


  .guarantee { padding: 50px 0; background: var(--bg-warm); }
  .guarantee-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
  }
  .guarantee-item {
    padding: 32px 20px;
    border-right: 1px solid var(--line);
  }
  .guarantee-item:last-child { border-right: none; }
  .guarantee-item strong {
    display: block;
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 4px;
    font-weight: 600;
  }
  .guarantee-item p {
    font-size: 13px;
    color: var(--ink-muted);
    line-height: 1.5;
  }

  .final-cta {
    padding: 140px 0;
    background: var(--bg-dark);
    color: var(--bg-warm);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .final-cta::before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 800px; height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 72, 39, 0.2), transparent 60%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .final-cta .container { position: relative; z-index: 1; }
  .final-cta .eyebrow { color: var(--accent-soft); border-color: var(--accent-soft); }
  .final-cta h2 {
    font-size: clamp(22px, 5.5vw, 48px);
    color: var(--bg-warm);
    margin: 24px 0 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .final-cta h2 em { color: var(--accent); font-style: italic; }
  .final-cta p.lead {
    font-size: 19px;
    color: rgba(244, 237, 226, 0.7);
    margin-bottom: 48px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .final-cta .cta {
    background: var(--accent);
    padding: 22px 30px;
    font-size: clamp(14px, 3.2vw, 17px);
  }
  .final-cta .micro {
    margin-top: 24px;
    font-size: 13px;
    color: rgba(244, 237, 226, 0.5);
    letter-spacing: 0.05em;
  }

  @media (max-width: 968px) {
    .hero { padding: 40px 0; }
    .hero .container { grid-template-columns: 1fr; gap: 30px; }
    .product-grid { grid-template-columns: 1fr; gap: 30px; }
    .product-grid .product-visual {
        position: static !important;
    }
    .testimonial-grid { grid-template-columns: 1fr; }
    .science-grid { grid-template-columns: 1fr; }
    .science-cell { border-right: none !important; }
    .guarantee-grid { grid-template-columns: repeat(2, 1fr); }
    .guarantee-item { border-right: none; border-bottom: 1px solid var(--line);padding: 15px 10px; }
    .reason { grid-template-columns: 1fr; gap: 16px; padding: 36px 0; }
    .reason-num { font-size: 60px; }
    .nav-links { display: none; }
    .announce span { margin: 4px 10px; }
  }
  @media (max-width: 540px) {
    .container, .container-narrow { padding: 0 20px; }
    .quote-block { padding: 32px 24px; }
    .quote-block p { font-size: 19px; }
    .reasons, .product, .science, .testimonials, .faq, .problem { padding: 80px 0; }
    .reason-callout { padding: 28px 24px; }
    .reason-callout p { font-size: 18px; }
    .science-cell:nth-last-child(-n+1) {
        border-top: 1px solid var(--line);
    }
  }


    /* TRUST BAR */
  /* DESKTOP: normal row */
    .trust-bar {
    display: flex;
    gap: 24px;
    align-items: center;
    }

    /* MOBILE: turn into slider */
    @media (max-width: 768px) {
    .trust-bar {
        display: block; /* Flickity takes over */
    }

    .trust-item {
        width: 40%;
        margin-right: 12px;
    }
    }

    .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    }

  .trust-bar {
    padding: 16px 0px;
    display: flex;
    justify-content: space-around;
    gap: 8px;
  }
  /* TRUST BAR */
  .trust-bar-holder {
    background: #f0ebe0;
    border-top: 1px solid #e0d8c8;
    border-bottom: 1px solid #e0d8c8;
  }  
  .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex: 1;
  }
  .trust-icon { font-size: 20px; }
  .trust-item span {
    font-size: 11px;
    font-weight: 600;
    color: #6b5c3e;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }

/* product carousel */


  .ap-vergelijk {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 24px;
    font-family: inherit;
        background: var(--bg);
  }

  .ap-vergelijk__intro {
    text-align: center;
    margin-bottom: 32px;
  }

  .ap-vergelijk__label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B8963E;
    margin-bottom: 8px;
  }

  .ap-vergelijk__titel {
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 auto;
    line-height: 1.3;
  }

  .ap-vergelijk__swiper {
    position: relative;
  }


  .ap-model {
    scroll-snap-align: start;
    background: #FFFFFF;
    border: 1px solid #E8E2D6;
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    transition: box-shadow 0.2s ease;
  }


  .ap-model:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  }

  .ap-model--actief {
    border: 2px solid #B8963E;
  }

  .ap-model__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .ap-model img {
    display: inline-block;
    vertical-align: middle;
    max-width: 45%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border-radius: 30px;
    float: right;
    margin-bottom: 10px;
  }

  .ap-model__badge--actief {
    background: #FDF3DC;
    color: #7A5200;
  }

  .ap-model__badge--grijs {
    background: #F2EDE4;
    color: #888070;
  }

  .ap-model__naam {
    font-size: 20px;
    font-weight: 800;
    color: #1A1A1A;
    margin: 0 0 4px;
  }

  .ap-model__prijs {
    font-size: 14px;
    color: #888;
    margin: 0 0 16px;
  }

  .ap-model__divider {
    border: none;
    border-top: 1px solid #F0EBE0;
    margin: 16px 0;
  }

  .ap-model__sectielabel {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B0A898;
    margin: 0 0 4px;
  }

  .ap-model__waarde {
    font-size: 13px;
    color: #444;
    margin: 0 0 12px;
    line-height: 1.45;
  }

  .ap-model__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
  }

  .ap-model__check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #444;
    margin-bottom: 7px;
    line-height: 1.4;
  }

  .ap-model__check-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
  }

  .ap-model__check-icon--aan {
    background: #B8963E;
    color: #fff;
  }

  .ap-model__check-icon--uit {
    background: #EDE8DE;
    color: #EDE8DE;
  }

  .ap-model__check--uit {
    opacity: 0.35;
  }

  .ap-model__voor-wie {
    font-size: 12px;
    color: #888;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    padding-top: 4px;
    border-top: 1px solid #F0EBE0;
  }

  .ap-model__cta {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 11px 0;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: opacity 0.15s ease;
  }

  .ap-model__cta:hover {
    opacity: 0.85;
  }

  .ap-model__cta--actief {
    background: #B8963E;
    color: #fff;
  }

  .ap-model__cta--grijs {
    background: #F2EDE4;
    color: #5A5040;
  }

  {% comment %} @media (min-width: 900px) {
    .ap-vergelijk__grid {
      overflow: visible;
      flex-wrap: wrap;
      justify-content: center;
    }

    .ap-model {
      min-width: unset;
      max-width: unset;
      flex: 1 1 calc(33.333% - 8px);
    }
  } {% endcomment %}
    {% comment %} .ap-vergelijk__swiper {
      position: relative;
    }

    .ap-vergelijk__swiper::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to left, #fff, transparent);
      pointer-events: none;
      z-index: 2;
    }
    .ap-vergelijk__swiper::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to right, #fff, transparent);
      pointer-events: none;
      z-index: 2;
    } {% endcomment %}
  @media (max-width: 680px) {

    .ap-model--actief {
      order: -1;
    }
    .ap-vergelijk {
      padding: 0 0 50px;
    }
    .ap-vergelijk__intro {
            padding: 48px 24px 0;
    }
    .ap-vergelijk__titel {
        font-size: 22px;
    }

    .ap-vergelijk__label {
        font-size: 14px;
    }
    .ap-vergelijk .swiper-slide {
      width: 100% !important;
    }

  }


  .ap-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E8E2D6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ap-swiper-prev {
  left: 0;
}

.ap-swiper-next {
  right: 0;
}



.ap-vergelijk__swiper {
  overflow: hidden;

}

.ap-vergelijk .swiper {
    padding: 0 30px !important;
}

.ap-vergelijk .swiper-slide {
  width: 24.5% ;
  height: auto;
  display: flex;
}

.ap-vergelijk {
  overflow: visible;
}  


  .red-light-section1 {
    position: relative;

    overflow: hidden;
        padding: 80px 16px;
      max-width: 1400px;
      margin: 0 auto;
  }

  .red-light-inner {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
  }

  .red-light-header {
    text-align: left;
    margin-bottom: 60px;
    max-width: 850px;

  }

  .red-light-heading {
    font-size: 48px;
    font-weight: 800;
    color: #000;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .red-light-subheading {
    font-size: 24px;
    color: #333;
    line-height: 1.6;
  }

  .red-light-layout, red-light-layout1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
  }

  .red-light-accordion {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 3;
  }

  .accordion-item {
    transition: all 0.3s ease;
  }

  .accordion-item.active h3 {
    border-left-color: #FEB47B;
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .accordion-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #000;
        border-left: 2px solid;
      padding-left: 20px;
  }

  .accordion-item:not(.active) h3 {
    color: #bbb;
  }

  .accordion-icon {
    font-size: 22px;
    color: #bbb;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .accordion-item.active .accordion-icon {
    transform: rotate(45deg);
    color: #FEB47B;
  }

  .accordion-content {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
        border-left: 2px solid #bbb;
      padding-left: 20px;
          max-width: 600px;
  }

  .accordion-content p {
      max-width: 600px;
      text-align: left;
  }

  .red-light-image {
    flex: 1 1 45%;
    position: relative;
    text-align: right;
  }

  .red-light-image img {
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    z-index: 2;
    position: relative;
  }

  .svg-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: auto;
    z-index: 1;
    opacity: 0.4;
  }

  .svg-background img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  @media screen and (max-width: 992px) {
    .red-light-layout, red-light-layout1 {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }

    .red-light-header {

      margin-bottom: 40px;
    }

    .red-light-image {
      text-align: center;
    }

    .svg-background {
      width: 100%;
              bottom: 0px;
          top: unset;
    }
  }

  /* ... bestaande CSS ... */

  @media screen and (max-width: 992px) {
    .red-light-layout {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }

    .red-light-header {
      margin-bottom: 40px;
    }

    .red-light-image {
      text-align: center;
    }

    .svg-background {
      width: 100%;
              bottom: 0px;
          top: unset;
    }
  }

  @media screen and (max-width: 576px) {
    .red-light-section1 {
      padding: 40px 5%; 
    }

    .red-light-heading {
      font-size: 25px; 
    }

    .red-light-subheading {
      font-size: 16px;
    }

    .red-light-header {
      margin-bottom: 30px;
    }

    .red-light-accordion {
      gap: 30px; 
      width: 100%;
      order:3;
    }

    .accordion-header h3 {
      font-size: 16px; 
      padding-left: 15px; 
    }

    .accordion-content {
      font-size: 14px; 
      padding-left: 15px; 
    }

    .red-light-image img {
      border-radius: 10px;
    }
    .negative-item {
      font-size: 12px;
    }
  }
