body{--cat-accent:#2f6b3a;--cat-accent-dark:color-mix(in oklab, var(--cat-accent), #000 22%);--cat-accent-soft:color-mix(in oklab, var(--cat-accent) 12%, #fff);--cat-accent-softer:color-mix(in oklab, var(--cat-accent) 6%, #fff);--cat-accent-border:color-mix(in oklab, var(--cat-accent) 22%, #fff);--cat-accent-border-strong:color-mix(in oklab, var(--cat-accent) 32%, #fff);--cat-text-strong:color-mix(in oklab, var(--cat-accent), #000 55%);--cat-shadow:color-mix(in oklab, var(--cat-accent) 30%, transparent)}body.has-cat-theme{background:color-mix(in oklab, var(--cat-accent) 5%, #f5f5f5);--green:var(--cat-accent);--dark-green:var(--cat-accent-dark)}body.has-cat-theme .topbar{background:color-mix(in oklab, var(--cat-accent), #000 30%)}body.has-cat-theme .footer{background:color-mix(in oklab, var(--cat-accent), #000 50%)}body.has-cat-theme .footer .footer_social a:hover,body.has-cat-theme .footer .footer-accordion.is-open .footer-accordion-icon{background:var(--cat-accent);border-color:var(--cat-accent)}body.has-cat-theme .footer .footer_social a{color:color-mix(in oklab, var(--cat-accent), #000 50%)}body.has-cat-theme .protocol_badge{background:var(--cat-accent)}body.has-cat-theme .benefits_product li:before,body.has-cat-theme .benefits_product h2:before,body.has-cat-theme .benefits_wrap li:before,body.has-cat-theme .benefits_wrap h2:before{background-color:var(--cat-accent)}body.has-cat-theme .shop_filter,body.has-cat-theme .wpc-filters-main-wrap{accent-color:var(--cat-accent)}body.has-cat-theme .wpc-filters-apply-button{background:var(--cat-accent)}body.has-cat-theme .wpc-filters-apply-button:hover{background:var(--cat-accent-dark)}body.has-cat-theme .natura-fav-btn.is-active{color:var(--cat-accent)}body.has-cat-theme .newsletter-strip{background:linear-gradient(135deg, color-mix(in oklab, var(--cat-accent), #000 30%) 0%, color-mix(in oklab, var(--cat-accent), #000 50%) 100%)}.feature-product{background:#fff;border:1px solid #e8ebe6;border-radius:16px;grid-template-columns:280px 1fr;align-items:center;gap:32px;margin:40px auto;padding:32px;display:grid;position:relative;overflow:hidden;box-shadow:0 6px 24px #1428190f}.feature-product .ribbon{background:var(--cat-accent);color:#fff;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 4px 12px color-mix(in oklab, var(--cat-accent) 22%, transparent);white-space:nowrap;z-index:2;border-radius:999px;align-items:center;padding:7px 14px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:18px;right:18px}.feature-product .image{aspect-ratio:1;background:linear-gradient(135deg, var(--cat-accent-softer) 0%, var(--cat-accent-soft) 100%);border-radius:12px;justify-content:center;align-items:center;width:100%;font-size:96px;display:flex;position:relative;overflow:hidden}.feature-product .image a{width:100%;height:100%;line-height:0;display:block}.feature-product .image img{object-fit:contain;width:100%;height:100%;transition:transform .35s}.feature-product .image a:hover img{transform:scale(1.04)}.feature-product .body{flex-direction:column;gap:12px;display:flex}.feature-product .kicker{letter-spacing:.12em;color:#6a8a72;text-transform:uppercase;font-size:12px;font-weight:600}.feature-product h2{color:var(--cat-text-strong);margin:0;font-size:32px;font-weight:700;line-height:1.1}.feature-product h2 a{color:inherit;text-decoration:none;transition:color .2s}.feature-product h2 a:hover{color:var(--cat-accent)}.feature-product .desc{color:#3a4a3e;margin:0;font-size:15px;line-height:1.55}.feature-product .desc strong{color:var(--cat-text-strong);font-weight:600}.feature-product .features{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 24px;margin:4px 0 0;padding:0;list-style:none;display:grid}.feature-product .features li{color:#2f4233;align-items:flex-start;gap:8px;font-size:14px;line-height:1.4;display:flex}.feature-product .features li:before{content:"";background-color:var(--cat-accent);flex-shrink:0;width:14px;height:14px;margin-top:3px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") 50%/contain no-repeat}.feature-product .price-row{border-top:1px dashed var(--cat-accent-border);justify-content:space-between;align-items:center;gap:16px;margin-top:12px;padding-top:16px;display:flex}.feature-product .price-big{color:var(--cat-text-strong);font-size:30px;font-weight:700;line-height:1}.feature-product .price-meta{color:#6a8a72;margin-top:4px;font-size:13px}.feature-product .price-meta .dot{opacity:.6;margin:0 4px}.feature-product .btn-primary{background:var(--cat-accent);color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:14px 26px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.feature-product .btn-primary:hover{background:var(--cat-accent-dark);transform:translateY(-1px)}.feature-product .btn-primary .cart-shopping{flex-shrink:0}@media (width<=768px){.feature-product{grid-template-columns:1fr;gap:20px;margin:24px 12px;padding:24px 20px}.feature-product .image{aspect-ratio:16/9;font-size:64px}.feature-product h2{font-size:24px}.feature-product .features{grid-template-columns:1fr}.feature-product .price-row{flex-direction:column;align-items:stretch;gap:12px}.feature-product .btn-primary{justify-content:center}.feature-product .ribbon{letter-spacing:.08em;padding:5px 11px;font-size:10px;top:14px;right:14px}}.stats{background:linear-gradient(135deg, var(--cat-accent-softer) 0%, var(--cat-accent-soft) 100%);border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:48px auto;padding:32px 24px;display:grid}.stats .item{text-align:center;padding:8px 16px;position:relative}.stats .item+.item:before{content:"";background:var(--cat-accent-border-strong);width:1px;position:absolute;top:14%;bottom:14%;left:0}.stats .num{color:var(--cat-text-strong);letter-spacing:-.01em;font-size:32px;font-weight:700;line-height:1}.stats .lbl{color:#4a5f4f;margin-top:8px;font-size:13px;line-height:1.45}@media (width<=768px){.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 0;margin:32px 12px;padding:28px 16px}.stats .item{padding:4px 12px}.stats .item+.item:before{content:none}.stats .item:nth-child(2n):before{content:"";background:var(--cat-accent-border-strong);width:1px;position:absolute;top:14%;bottom:14%;left:0}.stats .item:nth-child(n+3):after{content:"";background:var(--cat-accent-border-strong);height:1px;position:absolute;top:-12px;left:12%;right:12%}.stats .num{font-size:26px}.stats .lbl{font-size:12px}}.phases{text-align:center;margin:64px auto}.phases>h2{color:var(--cat-text-strong);margin:0 0 12px;font-size:30px;font-weight:700;line-height:1.2}.phases .intro{color:#4a5f4f;max-width:720px;margin:0 auto 40px;font-size:15px;line-height:1.6}.phases .phase-grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.phases .phase-card{background:#fff;border:1px solid #e8ebe6;border-radius:14px;flex-direction:column;gap:12px;padding:36px 28px 28px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 4px 16px #1428190a}.phases .phase-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #14281914}.phases .phase-num{background:var(--cat-accent);color:#fff;width:44px;height:44px;box-shadow:0 4px 10px color-mix(in oklab, var(--cat-accent) 30%, transparent);border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex;position:absolute;top:-22px;left:24px}.phases .phase-card h3{color:var(--cat-text-strong);margin:4px 0 0;font-size:19px;font-weight:700;line-height:1.3}.phases .phase-card p{color:#3a4a3e;margin:0;font-size:14px;line-height:1.6}.phases .phase-card p strong{color:var(--cat-text-strong);font-weight:600}.phases .tag-light{background:var(--cat-accent-softer);color:var(--cat-accent);letter-spacing:.02em;border:1px solid var(--cat-accent-border);border-radius:999px;align-self:flex-start;margin-top:4px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}@media (width<=900px){.phases .phase-grid{grid-template-columns:1fr;gap:32px}.phases{margin:40px auto}.phases>h2{font-size:24px}}.zilnic{background:var(--cat-accent-softer);border:1px solid var(--cat-accent-border);border-radius:12px;margin:48px auto;padding:36px 40px}.zilnic>h3{color:var(--cat-text-strong);margin:0 0 20px;font-size:20px;font-weight:700;line-height:1.3}.zilnic ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 32px;margin:0;padding:0;list-style:none;display:grid}.zilnic li{color:#3a4a3e;align-items:flex-start;gap:12px;font-size:14px;line-height:1.55;display:flex}.zilnic .chk{background:var(--cat-accent);color:#fff;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.zilnic li strong{color:var(--cat-text-strong);font-weight:600}.zilnic .sep{color:#6a8a72;margin:0 6px;display:inline-block}@media (width<=768px){.zilnic{margin:32px 0;padding:24px 20px}.zilnic ul{grid-template-columns:1fr;gap:12px}.zilnic>h3{margin-bottom:16px;font-size:18px}}.testimonials{text-align:center;margin:64px auto}.testimonials>h2{color:var(--cat-text-strong);margin:0 0 12px;font-size:30px;font-weight:700;line-height:1.2}.testimonials>p{color:#4a5f4f;max-width:720px;margin:0 auto 40px;font-size:14px;line-height:1.6}.testi-grid{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.testi-card{background:#fff;border:1px solid #e8ebe6;border-radius:14px;flex-direction:column;gap:16px;padding:28px;display:flex;position:relative;box-shadow:0 4px 16px #1428190a}.testi-card .verified{background:var(--cat-accent-soft);color:var(--cat-accent);letter-spacing:.06em;border:1px solid var(--cat-accent-border-strong);border-radius:999px;align-self:flex-start;padding:5px 12px;font-size:11px;font-weight:700}.testi-card .quote{color:#2f4233;border-left:3px solid var(--cat-accent-border-strong);margin:0;padding-left:18px;font-size:15px;font-style:italic;line-height:1.65;position:relative}.testi-card .author{border-top:1px dashed var(--cat-accent-border);align-items:center;gap:14px;margin-top:4px;padding-top:16px;display:flex}.testi-card .avatar{background:linear-gradient(135deg, var(--cat-accent) 0%, var(--cat-accent-dark) 100%);color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:700;display:flex}.testi-card .meta .name{color:var(--cat-text-strong);font-size:14px;font-weight:700;line-height:1.3}.testi-card .meta .sub{color:#6a8a72;margin-top:2px;font-size:12px;line-height:1.3}@media (width<=900px){.testi-grid{grid-template-columns:1fr}.testimonials{margin:40px auto}.testimonials>h2{font-size:24px}.testi-card{padding:24px 20px}}.faq{margin:64px auto}.faq>h2{color:var(--cat-text-strong);text-align:center;margin:0 0 12px;font-size:30px;font-weight:700;line-height:1.2}.faq>p{color:#4a5f4f;text-align:center;max-width:720px;margin:0 auto 36px;font-size:14px;line-height:1.6}.faq-item{background:#fff;border:1px solid #e8ebe6;border-radius:14px;margin-bottom:12px;transition:box-shadow .25s,border-color .25s,transform .25s;overflow:hidden}.faq-item:hover:not([open]){border-color:var(--cat-accent-border);transform:translateY(-1px);box-shadow:0 2px 10px #1428190a}.faq-item[open]{border-color:var(--cat-accent-border-strong);box-shadow:0 6px 20px #1428190f}.faq-q{color:var(--cat-text-strong);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;list-style:none;transition:color .2s;display:flex}.faq-q:hover{color:var(--cat-accent)}.faq-q::-webkit-details-marker{display:none}.faq-q::marker{content:""}.faq-toggle{background:var(--cat-accent-softer);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:0;line-height:1;transition:background .25s,transform .25s;display:inline-flex}.faq-toggle:before{content:"";background-color:var(--cat-accent);width:14px;height:14px;transition:background-color .25s,transform .35s cubic-bezier(.4,0,.2,1);display:block;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") 50%/contain no-repeat}.faq-item[open] .faq-toggle{background:var(--cat-accent)}.faq-item[open] .faq-toggle:before{background-color:#fff;transform:rotate(180deg)}.faq-q:hover .faq-toggle{background:var(--cat-accent-soft);transform:scale(1.05)}.faq-item[open] .faq-q:hover .faq-toggle{background:var(--cat-accent-dark)}.faq-a{color:#3a4a3e;will-change:height;padding:4px 24px 22px;font-size:14.5px;line-height:1.65;overflow:hidden}.faq-a strong{color:var(--cat-text-strong);font-weight:600}@media (width<=768px){.faq{margin:40px auto}.faq>h2{font-size:22px}.faq-q{padding:16px 18px;font-size:15px}.faq-a{padding:0 18px 18px;font-size:14px}}.blog{text-align:center;margin:64px auto}.blog>h2{color:var(--cat-text-strong);margin:0 0 12px;font-size:30px;font-weight:700;line-height:1.2}.blog>p{color:#4a5f4f;max-width:720px;margin:0 auto 40px;font-size:14px;line-height:1.6}.blog-grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.blog-card{color:inherit;background:#fff;border:1px solid #e8ebe6;border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .28s,box-shadow .28s,border-color .28s;display:flex;overflow:hidden;box-shadow:0 4px 16px #1428190a}.blog-card:hover{border-color:var(--cat-accent-border-strong);transform:translateY(-4px);box-shadow:0 12px 28px #14281914}.blog-card .image{aspect-ratio:16/10;background:linear-gradient(135deg, var(--cat-accent-softer) 0%, var(--cat-accent-soft) 100%);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.blog-card .image img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.blog-card:hover .image img{transform:scale(1.04)}.blog-card .image .emoji{font-size:56px;line-height:1}.blog-card .body{flex-direction:column;flex:1;gap:10px;padding:22px 22px 24px;display:flex}.blog-card .tag{letter-spacing:.08em;color:var(--cat-accent);background:var(--cat-accent-softer);border:1px solid var(--cat-accent-border);text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:11px;font-weight:700}.blog-card h3{color:var(--cat-text-strong);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:17px;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.blog-card:hover h3{color:var(--cat-accent)}.blog-card .meta{color:#6a8a72;margin-top:auto;padding-top:8px;font-size:12px;font-weight:500}.blog-card .meta .dot{opacity:.6;margin:0 4px}@media (width<=900px){.blog-grid{grid-template-columns:1fr;gap:20px}.blog{margin:40px auto}.blog>h2{font-size:24px}.blog-card h3{font-size:16px}}.legal-box{color:#4a4031;background:#fdfaf3;border:1px solid #ecdfc4;border-radius:12px;margin:48px auto 64px;padding:28px 32px 24px}.legal-box .label{color:#8a5e0a;letter-spacing:.1em;text-transform:uppercase;background:#fdf1d6;border:1px solid #ecdfc4;border-radius:999px;align-items:center;margin-bottom:16px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.legal-box .label .sep{opacity:.5;margin:0 6px}.legal-box p{color:#4a4031;margin:0 0 12px;font-size:13.5px;line-height:1.6}.legal-box p:last-child{margin-bottom:0}.legal-box p strong{color:#2a2418;font-weight:600}@media (width<=768px){.legal-box{margin:32px 0 40px;padding:22px 20px 18px}.legal-box .label{letter-spacing:.08em;padding:5px 12px;font-size:10px}.legal-box p{font-size:13px}}.is-category .hero_archive.has-custom-hero{height:auto;min-height:520px;display:flex}.is-category .hero_archive.has-custom-hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0f1e1459 0%,#0f1e14bf 100%);position:absolute;inset:0}.is-category .hero_archive.has-custom-hero .hero_archive_content{align-items:center;width:100%;padding:48px 56px;display:flex}.is-category .hero_archive.has-custom-hero .header_archive .col-md-12,.is-category .header_archive .hero_archive.has-custom-hero .col-md-12{justify-content:center}.is-category .hero{color:#fff;flex-direction:column;gap:18px;max-width:760px;display:flex}.is-category .hero .pill-tag{letter-spacing:.14em;text-transform:uppercase;color:color-mix(in oklab, var(--cat-accent) 25%, #fff);border:1px solid color-mix(in oklab, var(--cat-accent) 25%, transparent);-webkit-backdrop-filter:blur(6px);background:#ffffff1a;border-radius:999px;align-self:flex-start;align-items:center;padding:7px 16px;font-size:11px;font-weight:700;display:inline-flex}.is-category .hero .pill-tag .sep{opacity:.6;margin:0 8px}.is-category .hero h1{text-align:left;color:#fff;letter-spacing:-.01em;text-shadow:0 2px 12px #00000040;margin:0;font-size:48px;font-weight:700;line-height:1.08}.is-category .hero h1 .underlined{background-image:linear-gradient(180deg, transparent 62%, color-mix(in oklab, var(--cat-accent) 35%, transparent) 62%, color-mix(in oklab, var(--cat-accent) 35%, transparent) 96%, transparent 96%);padding:0 4px}.is-category .hero .lead{color:#ffffffeb;text-shadow:0 1px 6px #0003;max-width:640px;margin:0;font-size:15.5px;line-height:1.6}.is-category .hero .lead strong{color:#fff;font-weight:600}.is-category .hero .chips{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.is-category .hero .chip-pill{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.is-category .hero .chip-pill .ico{font-size:14px;line-height:1}.is-category .hero-callout{color:var(--cat-text-strong);-webkit-backdrop-filter:blur(4px);background:#fffffff5;border:1px solid #fffc;border-radius:10px;max-width:640px;margin-top:6px;padding:16px 20px 18px;box-shadow:0 8px 24px #0000002e}.is-category .hero-callout .label{letter-spacing:.12em;color:var(--cat-accent);text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700}.is-category .hero-callout p{color:#3a4a3e;margin:0;font-size:13.5px;line-height:1.55}@media (width<=900px){.is-category .hero_archive.has-custom-hero{height:auto;min-height:0}.is-category .hero_archive.has-custom-hero .hero_archive_content{padding:36px 24px}.is-category .hero{gap:14px}.is-category .hero h1{font-size:30px}.is-category .hero .lead{font-size:14px}.is-category .hero .chip-pill{padding:7px 12px;font-size:12px}.is-category .hero-callout{padding:14px 16px 16px}.is-category .hero-callout p{font-size:13px}}@media (width<=600px){.is-category .hero h1{font-size:26px}.is-category .hero .pill-tag{letter-spacing:.1em;padding:6px 12px;font-size:10px}}
