.elementor-8690 .elementor-element.elementor-element-4364c46{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8690 .elementor-element.elementor-element-4364c46.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8690 .elementor-element.elementor-element-9a5d8a7{width:initial;max-width:initial;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(max-width:1140px){.elementor-8690 .elementor-element.elementor-element-4364c46{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:901px){.elementor-8690 .elementor-element.elementor-element-4364c46{--width:111.351%;}}/* Start custom CSS */.plb-eco {
    --plb-navy: #0d2340;
    --plb-blue: #1f4e8c;
    --plb-teal: #1ca39c;
    --plb-green: #57c084;
    --plb-light: #f5f8fb;
    --plb-light-2: #eef4f8;
    --plb-border: #dbe4ee;
    --plb-text: #1f2937;
    --plb-muted: #5f6b7a;
    --plb-shadow: 0 14px 40px rgba(13, 35, 64, 0.08);
    --plb-radius: 18px;
    color: var(--plb-text);
    line-height: 1.65;
  }

#article-header-block {
    visibility: hidden;
    height: 0;
    
}

  .plb-eco * {
    box-sizing: border-box;
  }

  .plb-eco a {
    color: var(--plb-blue);
    text-decoration: none;
  }

  .plb-eco a:hover {
    text-decoration: underline;
  }

  .plb-eco .plb-wrap {
    max-width: 1180px;
    margin: 0 auto;
  }

  .plb-eco .hero {
    background: linear-gradient(135deg, #eef7f4 0%, #dff5ed 45%, #edf4fb 100%);
    border: 1px solid var(--plb-border);
    border-radius: 28px;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    box-shadow: var(--plb-shadow);
    margin-bottom: 34px;
  }

  .plb-eco .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(13, 35, 64, 0.08);
    color: var(--plb-navy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .plb-eco h1,
  .plb-eco h2,
  .plb-eco h3 {
    color: var(--plb-navy);
    line-height: 1.15;
    margin: 0 0 16px;
  }

  .plb-eco h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
  }

  .plb-eco h2 {
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    margin-top: 0;
  }

  .plb-eco h3 {
    font-size: 1.2rem;
  }

  .plb-eco p {
    margin: 0 0 16px;
  }

  .plb-eco .intro {
    font-size: 1.08rem;
    color: var(--plb-text);
    max-width: 65ch;
  }

  .plb-eco .hero-points {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .plb-eco .hero-points li {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    padding: 13px 14px;
    font-weight: 600;
  }

  .plb-eco .hero-visual {
    display: grid;
    gap: 14px;
    align-content: stretch;
  }

  .plb-eco .visual-main,
  .plb-eco .visual-small {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--plb-border);
    background: linear-gradient(145deg, #0d2340 0%, #1f4e8c 35%, #1ca39c 100%);
    min-height: 220px;
    box-shadow: var(--plb-shadow);
  }

  .plb-eco .visual-small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .plb-eco .visual-small {
    min-height: 135px;
    background: linear-gradient(145deg, #edf4fb 0%, #dff5ed 100%);
  }

  .plb-eco .placeholder-label {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    color: var(--plb-navy);
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
  }

  .plb-eco .pellets,
  .plb-eco .device-shape,
  .plb-eco .leaf-shape {
    position: absolute;
    inset: 0;
  }

  .plb-eco .pellets:before,
  .plb-eco .pellets:after,
  .plb-eco .device-shape:before,
  .plb-eco .device-shape:after,
  .plb-eco .leaf-shape:before,
  .plb-eco .leaf-shape:after {
    content: "";
    position: absolute;
    border-radius: 999px;
  }

  .plb-eco .pellets:before {
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.12);
    top: 18px;
    right: -30px;
    box-shadow:
      -120px 80px 0 10px rgba(255, 255, 255, 0.08),
      -240px 150px 0 0 rgba(255, 255, 255, 0.12),
      -170px 15px 0 -8px rgba(255, 255, 255, 0.1);
  }

  .plb-eco .pellets:after {
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.14);
    left: 34px;
    bottom: 30px;
    box-shadow:
      100px -40px 0 -10px rgba(255, 255, 255, 0.11),
      180px 20px 0 0 rgba(255, 255, 255, 0.1);
  }

  .plb-eco .device-shape:before {
    width: 110px;
    height: 80px;
    background: rgba(13, 35, 64, 0.11);
    left: 30px;
    top: 25px;
    border-radius: 18px;
  }

  .plb-eco .device-shape:after {
    width: 66px;
    height: 66px;
    background: rgba(28, 163, 156, 0.22);
    right: 26px;
    bottom: 24px;
  }

  .plb-eco .leaf-shape:before {
    width: 90px;
    height: 90px;
    background: rgba(87, 192, 132, 0.25);
    left: 34px;
    top: 20px;
    border-radius: 60% 40% 65% 35%;
    transform: rotate(-20deg);
  }

  .plb-eco .leaf-shape:after {
    width: 120px;
    height: 10px;
    background: rgba(13, 35, 64, 0.15);
    left: 42px;
    top: 68px;
    transform: rotate(18deg);
    border-radius: 999px;
  }

  .plb-eco .section {
    margin: 0 0 34px;
  }

  .plb-eco .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .plb-eco .content-card,
  .plb-eco .product-card,
  .plb-eco .cta-box {
    background: #fff;
    border: 1px solid var(--plb-border);
    border-radius: var(--plb-radius);
    box-shadow: var(--plb-shadow);
  }

  .plb-eco .content-card {
    padding: 26px;
  }

  .plb-eco .key-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
  }

  .plb-eco .stat {
    background: var(--plb-light);
    border: 1px solid var(--plb-border);
    border-radius: 16px;
    padding: 18px;
  }

  .plb-eco .stat strong {
    display: block;
    color: var(--plb-navy);
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: 7px;
  }

  .plb-eco .product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .plb-eco .product-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .plb-eco .product-image {
    position: relative;
    min-height: 190px;
    background: linear-gradient(145deg, #edf4fb 0%, #dff5ed 100%);
    border-bottom: 1px solid var(--plb-border);
  }

  .plb-eco .product-image.abs {
    background: linear-gradient(145deg, #dcecff 0%, #eff6ff 100%);
  }

  .plb-eco .product-image.pc {
    background: linear-gradient(145deg, #e6fbf5 0%, #edf8ff 100%);
  }

  .plb-eco .product-image.fr {
    background: linear-gradient(145deg, #fff3e8 0%, #edf4fb 100%);
  }

  .plb-eco .product-image.bio {
    background: linear-gradient(145deg, #e7f8ea 0%, #f3fff5 100%);
  }

  .plb-eco .product-image.cr {
    background: linear-gradient(145deg, #f1f5fb 0%, #e8f7ff 100%);
  }

  .plb-eco .image-icon {
    position: absolute;
    inset: 0;
  }

  .plb-eco .image-icon:before,
  .plb-eco .image-icon:after {
    content: "";
    position: absolute;
    border-radius: 24px;
  }

  .plb-eco .image-icon:before {
    width: 120px;
    height: 84px;
    left: 24px;
    top: 28px;
    background: rgba(13, 35, 64, 0.09);
  }

  .plb-eco .image-icon:after {
    width: 88px;
    height: 88px;
    right: 26px;
    bottom: 24px;
    background: rgba(28, 163, 156, 0.18);
    border-radius: 50%;
  }

  .plb-eco .product-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .plb-eco .tag {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--plb-light);
    color: var(--plb-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .plb-eco .product-body ul,
  .plb-eco .content-card ul,
  .plb-eco .cta-box ul {
    margin: 0 0 18px 18px;
    padding: 0;
  }

  .plb-eco .product-body li,
  .plb-eco .content-card li,
  .plb-eco .cta-box li {
    margin-bottom: 8px;
  }

  .plb-eco .product-body p:last-child,
  .plb-eco .content-card p:last-child {
    margin-bottom: 0;
  }

  .plb-eco .compliance-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
  }

  .plb-eco .compliance-list span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--plb-light);
    border: 1px solid var(--plb-border);
    color: var(--plb-navy);
    font-weight: 700;
    font-size: 13px;
  }

  .plb-eco .why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .plb-eco .why-item {
    background: #fff;
    border: 1px solid var(--plb-border);
    border-radius: 16px;
    padding: 18px;
    box-shadow: var(--plb-shadow);
  }

  .plb-eco .why-item strong {
    display: block;
    color: var(--plb-navy);
    margin-bottom: 8px;
  }

  .plb-eco .cta-box {
    padding: 30px;
    background: linear-gradient(135deg, #0d2340 0%, #16345c 52%, #1f4e8c 100%);
    color: #fff;
  }

  .plb-eco .cta-box h2,
  .plb-eco .cta-box h3,
  .plb-eco .cta-box p,
  .plb-eco .cta-box li {
    color: #fff;
  }

  .plb-eco .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
  }

  .plb-eco .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
    transition: 0.2s ease;
  }

  .plb-eco .btn-primary {
    background: #fff;
    color: var(--plb-navy);
  }

  .plb-eco .btn-secondary {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
  }

  .plb-eco .btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
  }

  .plb-eco .fine {
    color: var(--plb-muted);
    font-size: 0.95rem;
  }

  @media (max-width: 1024px) {
    .plb-eco .hero,
    .plb-eco .grid-2,
    .plb-eco .product-grid,
    .plb-eco .why-grid {
      grid-template-columns: 1fr 1fr;
    }

    .plb-eco .hero {
      grid-template-columns: 1fr;
    }

    .plb-eco .key-stats {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 767px) {
    .plb-eco .hero,
    .plb-eco .grid-2,
    .plb-eco .product-grid,
    .plb-eco .why-grid,
    .plb-eco .visual-small-grid,
    .plb-eco .hero-points {
      grid-template-columns: 1fr;
    }

    .plb-eco .hero,
    .plb-eco .content-card,
    .plb-eco .cta-box,
    .plb-eco .product-body {
      padding: 22px;
    }

    .plb-eco .hero {
      border-radius: 22px;
    }

    .plb-eco .visual-main {
      min-height: 180px;
    }

    .plb-eco .visual-small,
    .plb-eco .product-image {
      min-height: 140px;
    }

    .plb-eco .cta-actions {
      flex-direction: column;
    }

    .plb-eco .btn {
      width: 100%;
    }
  }
  
    @media (min-width: 1200px) {
    .plb-eco .plb-wrap {
      max-width: 1380px;
    }

    .plb-eco .hero {
      grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
      gap: 32px;
      padding: 38px;
    }

    .plb-eco .product-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 26px;
    }

    .plb-eco .grid-2 {
      gap: 26px;
    }

    .plb-eco .why-grid {
      gap: 20px;
    }

    .plb-eco .content-card {
      padding: 30px;
    }

    .plb-eco .product-body {
      padding: 28px;
    }

    .plb-eco .product-image {
      min-height: 210px;
    }

    .plb-eco .visual-main {
      min-height: 250px;
    }

    .plb-eco .visual-small {
      min-height: 150px;
    }

    .plb-eco .cta-box {
      padding: 36px;
    }
  }/* End custom CSS */