.blog-controls-strip{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}@media (min-width:768px){.blog-controls-strip{flex-direction:row;justify-content:space-between;align-items:center}}.blog-search-box{width:100%;max-width:440px;position:relative}.blog-search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0f3d1a;background:#fffffff2;border:1.5px solid #c8e6c9;border-radius:9999px;outline:none;width:100%;padding:12px 42px 12px 44px;font-family:Work Sans,Outfit,sans-serif;font-size:.92rem;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 16px #0f3d1a0d}.blog-search-input:focus{background:#fff;border-color:#8dc53e;box-shadow:0 0 0 4px #8dc53e33,0 8px 24px #0f3d1a14}.search-icon{color:#8dc53e;font-size:1.05rem;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.clear-search-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;font-weight:700;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.blog-category-pills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.blog-cat-pill{color:#0f3d1a;cursor:pointer;background:#fff;border:1.5px solid #e2efe4;border-radius:9999px;padding:8px 20px;font-family:Work Sans,Outfit,sans-serif;font-size:.86rem;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 2px 8px #0f3d1a0a}.blog-cat-pill:hover{color:#1e6b2e;border-color:#8dc53e;box-shadow:0 4px 14px #1e6b2e1f}.blog-cat-pill.active{color:#fff;background:linear-gradient(135deg,#071f0d 0%,#0f3d1a 100%);border-color:#8dc53e;box-shadow:0 6px 20px #0f3d1a4d}.featured-post-card{background:#fff;border:1.5px solid #c8e6c9;border-radius:20px;grid-template-columns:1fr;margin-bottom:36px;transition:border-color .3s,box-shadow .3s;display:grid;overflow:hidden;box-shadow:0 12px 35px #0f3d1a14}@media (min-width:860px){.featured-post-card{grid-template-columns:1fr 1.15fr}}.featured-post-card:hover{border-color:#8dc53e;box-shadow:0 20px 48px #0f3d1a24}.featured-post-img-box{min-height:240px;max-height:280px;position:relative;overflow:hidden}.featured-post-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.video-badge-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffe21d;background:#0f3d1ae0;border:1px solid #ffe21d66;border-radius:9999px;padding:5px 14px;font-size:.75rem;font-weight:800;position:absolute;bottom:14px;left:14px;box-shadow:0 4px 12px #00000040}.featured-post-content{flex-direction:column;justify-content:center;padding:24px 30px;display:flex}.featured-tag-row{align-items:center;gap:12px;margin-bottom:10px;display:flex}.blog-badge-tag{color:#166534;letter-spacing:.02em;background:#eefbdf;border:1px solid #c8e6c9;border-radius:9999px;padding:4px 12px;font-size:.74rem;font-weight:800}.blog-badge-tag--card{z-index:2;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #00000026}.blog-date-text{color:#6b7280;font-size:.8rem;font-weight:600}.featured-post-title{color:#0f3d1a;margin-bottom:10px;font-size:1.45rem;font-weight:800;line-height:1.3}.featured-post-title a{color:inherit;text-decoration:none;transition:color .2s}.featured-post-title a:hover{color:#1e6b2e}.featured-post-excerpt{color:#4b5563;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:18px;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.featured-post-footer{border-top:1px solid #eaf3ec;justify-content:space-between;align-items:center;gap:14px;padding-top:14px;display:flex}.blog-author-text{color:#1e6b2e;font-size:.84rem;font-weight:700}.btn-read-article{background:#0f3d1a;border:1px solid #8dc53e4d;border-radius:9999px;align-items:center;gap:7px;padding:9px 22px;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #0f3d1a40;color:#fff!important}.btn-read-article:hover{background:#1e6b2e;transform:translate(4px);box-shadow:0 8px 22px #0f3d1a66}.blog-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:40px;display:grid}@media (max-width:992px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:22px}}@media (max-width:640px){.blog-grid{grid-template-columns:1fr;gap:20px}}.blog-card{background:#fff;border:1px solid #e2efe4;border-radius:16px;flex-direction:column;transition:all .35s cubic-bezier(.25,.8,.25,1);display:flex;overflow:hidden;box-shadow:0 4px 18px #0f3d1a0d}.blog-card:hover{border-color:#8dc53e;box-shadow:0 12px 32px #0f3d1a1f}.blog-card-img-wrap{background:#eefbdf;height:210px;position:relative;overflow:hidden}.blog-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.blog-card:hover .blog-card-img{transform:scale(1.06)}.blog-card-body{flex-direction:column;flex:1;padding:22px;display:flex}.blog-card-meta{color:#6b7280;margin-bottom:8px;font-size:.78rem;font-weight:600}.blog-card-title{color:#0f3d1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:1.12rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.blog-card-title a{color:inherit;text-decoration:none;transition:color .2s}.blog-card-title a:hover{color:#1e6b2e}.blog-card-excerpt{color:#4b5563;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:20px;font-size:.86rem;line-height:1.5;display:-webkit-box;overflow:hidden}.blog-card-footer{border-top:1px solid #f0f7f2;margin-top:auto;padding-top:14px}.blog-read-link{color:#0f3d1a;align-items:center;gap:6px;font-size:.86rem;font-weight:800;text-decoration:none;transition:gap .25s,color .25s;display:inline-flex}.blog-read-link:hover{color:#8dc53e;gap:10px}.bl-pagination-bar{border-top:1px solid #e2efe4;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;margin-bottom:40px;padding:24px 0;display:flex}@media (min-width:768px){.bl-pagination-bar{flex-direction:row}}.bl-pagination-info{color:#4b5563;font-size:.9rem}.bl-pagination-info strong{color:#0f3d1a;font-weight:800}.bl-pagination-buttons{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.bl-page-btn{color:#0f3d1a;cursor:pointer;background:#fff;border:1px solid #c8e6c9;border-radius:8px;padding:8px 16px;font-family:Outfit,Work Sans,sans-serif;font-size:.85rem;font-weight:800;transition:all .2s}.bl-page-btn:hover:not(:disabled){color:#fff;background:#0f3d1a;border-color:#0f3d1a}.bl-page-btn:disabled{opacity:.45;cursor:not-allowed}.bl-page-num{color:#0f3d1a;cursor:pointer;background:#fff;border:1px solid #c8e6c9;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-family:Outfit,Work Sans,sans-serif;font-size:.88rem;font-weight:800;transition:all .2s;display:inline-flex}.bl-page-num:hover{color:#1e6b2e;border-color:#8dc53e}.bl-page-num.active{color:#ffe21d;background:#0f3d1a;border-color:#0f3d1a;box-shadow:0 4px 12px #0f3d1a40}.progeny-fullscreen-hero{background:#071f0d;align-items:flex-end;width:100%;height:calc(92vh + 100px);min-height:700px;max-height:950px;display:flex;position:relative;overflow:hidden}.progeny-fullscreen-hero-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.progeny-fullscreen-hero-overlay{background:linear-gradient(#071f0d73 0%,#071f0dbf 55%,#071f0df2 100%);position:absolute;inset:0}.progeny-fullscreen-hero-content{z-index:2;color:#fff;flex-direction:column;gap:16px;width:100%;padding:0 32px 56px;display:flex;position:relative}.progeny-hero-breadcrumbs{color:#ffffffbf;align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.hero-crumb-link{color:#ffffffd9;text-decoration:none;transition:color .2s}.hero-crumb-link:hover{color:#8dc53e}.hero-crumb-sep{color:#fff6}.hero-crumb-current{color:#fff;font-weight:600}.progeny-hero-category-pill{color:#071f0d;text-transform:uppercase;letter-spacing:.05em;background:#8dc53e;border-radius:6px;align-self:flex-start;padding:6px 16px;font-size:.82rem;font-weight:900;display:inline-block}.progeny-hero-main-title{color:#fff;text-shadow:0 3px 16px #00000080;max-width:960px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:900;line-height:1.15}.progeny-hero-subtitle{color:#ffffffe6;max-width:880px;margin:0;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:400;line-height:1.6}.progeny-hero-divider{background:#fff3;width:100%;height:1px;margin:12px 0 6px}.progeny-hero-author-footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.hero-author-info{flex-direction:column;gap:2px;display:flex}.hero-author-name{color:#fff;font-size:1.05rem;font-weight:900}.hero-author-role{color:#ffffffbf;font-size:.84rem}.hero-read-info{color:#ffffffd9;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.hero-read-dot{color:#8dc53e}.progeny-blog-grid{grid-template-columns:300px 1fr;align-items:start;gap:44px;display:grid}@media (max-width:992px){.progeny-blog-grid{grid-template-columns:1fr;gap:32px}}.progeny-article-col{flex-direction:column;gap:24px;min-width:0;display:flex}.progeny-article-header{flex-direction:column;gap:12px;display:flex}.progeny-category-badge{color:#166534;text-transform:uppercase;letter-spacing:.03em;background:#eefbdf;border:1px solid #c8e6c9;border-radius:6px;align-self:flex-start;padding:4px 12px;font-size:.8rem;font-weight:800;display:inline-block}.progeny-article-title{color:#0f3d1a;margin:0;font-family:Work Sans,Outfit,sans-serif;font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:900;line-height:1.25}.progeny-article-summary{color:#4b5563;margin:0;font-size:1.08rem;font-weight:500;line-height:1.6}.progeny-meta-info{color:#6b7280;align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:flex}.single-article-meta-bar{border-bottom:1px solid #eef3ef;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:4px;padding:14px 0;display:flex}.article-meta-left{align-items:center;gap:12px;display:flex}.article-date-badge{color:#166534;background:#f0fdf4;border:1px solid #c8e6c9;border-radius:6px;padding:5px 14px;font-size:.82rem;font-weight:800}.article-share-strip{align-items:center;gap:8px;display:flex}.share-label{color:#6b7280;font-size:.82rem;font-weight:700}.share-icon-btn{color:#374151;background:#f3f4f6;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;text-decoration:none;transition:all .2s;display:inline-flex}.share-icon-btn.fb:hover{color:#fff;background:#1877f2}.share-icon-btn.x:hover{color:#fff;background:#000}.share-icon-btn.li:hover{color:#fff;background:#0a66c2}.share-icon-btn.wa:hover{color:#fff;background:#25d366}.progeny-hero-img-wrap{background:#f0fdf4;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 8px 24px #0f3d1a14}.progeny-hero-img{object-fit:cover;width:100%;height:380px;max-height:420px;display:block}.progeny-hero-video-wrap{border-radius:16px;width:100%;overflow:hidden}.progeny-article-body{color:#2d3748;flex-direction:column;gap:18px;font-size:1.04rem;line-height:1.85;display:flex}.progeny-lead-para{color:#1f2937;font-size:1.08rem;font-weight:500;line-height:1.85}.progeny-standard-para{color:#374151;font-size:1.02rem;line-height:1.8}.progeny-topics-summary-box{background:linear-gradient(135deg,#fff 0%,#f4fbf5 100%);border:1.5px solid #c8e6c9;border-top:5px solid #0f3d1a;border-radius:16px;margin:24px 0 32px;padding:28px 30px;box-shadow:0 8px 25px #0f3d1a12}.topics-summary-header{border-bottom:2px solid #8dc53e66;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;padding-bottom:14px;display:flex}.topics-summary-icon{background:#eefbdf;border:1px solid #c8e6c9;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;display:inline-flex}.topics-summary-title{color:#0f3d1a;letter-spacing:-.01em;margin:0;font-family:Work Sans,Outfit,sans-serif;font-size:1.4rem;font-weight:900}.topics-summary-subtitle{color:#1e6b2e;background:#eefbdf;border:1px solid #c8e6c9;border-radius:20px;margin-left:auto;padding:4px 14px;font-size:.88rem;font-weight:700}.topics-summary-grid{flex-direction:column;gap:18px;display:flex}.progeny-topic-card{background:#fff;border:1.5px solid #e2efe4;border-left:5px solid #8dc53e;border-radius:12px;padding:20px 24px;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 14px #0f3d1a0a}.progeny-topic-card:hover{border-color:#8dc53e #8dc53e #8dc53e #0f3d1a;transform:translateY(-2px);box-shadow:0 8px 24px #0f3d1a1a}.progeny-topic-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.progeny-topic-badge{color:#ffe21d;background:#0f3d1a;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 8px;font-family:Outfit,Work Sans,sans-serif;font-size:.85rem;font-weight:900;display:inline-flex;box-shadow:0 2px 8px #0f3d1a33}.progeny-topic-title{color:#0f3d1a;margin:0;font-family:Work Sans,Outfit,sans-serif;font-size:1.38rem;font-weight:900;line-height:1.3}.progeny-topic-content{color:#374151;margin:0;padding-left:42px;font-size:1.02rem;font-weight:400;line-height:1.78}@media (max-width:640px){.progeny-topic-content{margin-top:8px;padding-left:0}}.progeny-h2-heading{color:#0f3d1a;margin-top:26px;margin-bottom:10px;font-family:Work Sans,Outfit,sans-serif;font-size:1.55rem;font-weight:900;line-height:1.3}.progeny-h3-subheading{color:#166534;margin-top:18px;margin-bottom:6px;font-family:Work Sans,Outfit,sans-serif;font-size:1.28rem;font-weight:900;line-height:1.35}.progeny-info-box{background:#eefbdf;border:1px solid #c8e6c9;border-left:4px solid #8dc53e;border-radius:12px;align-items:flex-start;gap:14px;margin:16px 0;padding:18px 22px;display:flex;box-shadow:0 4px 14px #0f3d1a0d}.progeny-info-icon{font-size:1.3rem;line-height:1.2}.progeny-info-text{color:#0f3d1a;font-size:.98rem;font-weight:700;line-height:1.65}.progeny-num-row{align-items:flex-start;gap:12px;margin:6px 0;display:flex}.progeny-num-badge{color:#fff;background:#0f3d1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:900;display:inline-flex}.progeny-num-text{color:#374151;font-size:1rem;line-height:1.7}.progeny-takeaways-box{background:#fff;border:1px solid #c8e6c9;border-top:4px solid #0f3d1a;border-radius:14px;margin:24px 0;padding:24px 26px;box-shadow:0 6px 20px #0f3d1a0f}.progeny-takeaways-title{color:#0f3d1a;margin-bottom:12px;font-family:Work Sans,Outfit,sans-serif;font-size:1.2rem;font-weight:900}.progeny-takeaways-list{color:#374151;flex-direction:column;gap:8px;margin:0;padding-left:20px;font-size:.98rem;line-height:1.65;display:flex}.progeny-key-block{background:#fff;border:1px solid #e2efe4;border-left:4px solid #8dc53e;border-radius:10px;margin:12px 0;padding:16px 20px;box-shadow:0 2px 12px #0f3d1a0d}.progeny-key-title{color:#0f3d1a;margin-right:6px;font-family:Work Sans,Outfit,sans-serif;font-size:1.08rem;font-weight:900;display:inline}.progeny-key-desc{color:#374151;margin:0;font-size:1.02rem;line-height:1.8;display:inline}.progeny-bullet-row{color:#374151;align-items:flex-start;gap:10px;padding-left:4px;font-size:1rem;line-height:1.7;display:flex}.progeny-bullet-dot{color:#166534;font-size:1.2rem;line-height:1.4}.progeny-quote-box{background:#f0fdf4;border-left:4px solid #8dc53e;border-radius:12px;flex-direction:column;gap:12px;margin:20px 0;padding:24px 28px;display:flex}.progeny-quote-text{color:#0f3d1a;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.12rem;font-style:italic;line-height:1.7}.progeny-quote-author{color:#166534;align-self:flex-end;font-size:.88rem;font-weight:800}.progeny-bottom-nav{border-top:1.5px solid #e2efe4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:36px;padding-top:28px;display:flex}.progeny-btn-back{color:#166534;white-space:nowrap;cursor:pointer;background:#fff;border:2px solid #166534;border-radius:9999px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-family:Outfit,Work Sans,sans-serif;font-size:.92rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #16653414}.progeny-btn-back:hover{color:#fff;background:#166534;border-color:#166534;transform:translateY(-2px);box-shadow:0 8px 22px #16653440}.progeny-btn-cta{color:#fff;letter-spacing:.02em;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#166534 0%,#0f3d1a 100%);border:1.5px solid #8dc53e;border-radius:9999px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-family:Outfit,Work Sans,sans-serif;font-size:.92rem;font-weight:800;text-decoration:none;transition:all .25s cubic-bezier(.25,.8,.25,1);display:inline-flex;box-shadow:0 6px 20px #16653459}.progeny-btn-cta:hover{color:#fff;background:#1e6b2e;border-color:#8dc53e;transform:translateY(-2px);box-shadow:0 10px 26px #16653480}.blog-article-sidebar,.progeny-sidebar{flex-direction:column;align-self:flex-start;gap:20px;width:100%;display:flex;position:relative}.blog-sidebar-sticky-group{z-index:15;flex-direction:column;gap:20px;display:flex;position:sticky;top:85px}@media (max-width:900px){.blog-sidebar-sticky-group{position:static;top:auto}}.progeny-sidebar-card{background:#fff;border:1.5px solid #e2efe4;border-radius:14px;padding:20px 22px;box-shadow:0 4px 18px #0f3d1a0d}.progeny-cta-card{color:#fff;background:linear-gradient(135deg,#0f3d1a 0%,#165424 100%);border:1.5px solid #8dc53e;border-radius:14px;padding:22px 20px;box-shadow:0 8px 24px #0f3d1a2e}.progeny-cta-icon-head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.progeny-cta-icon{background:#ffffff1f;border-radius:8px;justify-content:center;align-items:center;padding:4px;font-size:1.3rem;display:inline-flex}.progeny-btn-consultation{color:#071f0d;background:linear-gradient(135deg,#ffe21d 0%,#8dc53e 100%);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 4px 14px #00000040}.progeny-btn-consultation:hover{color:#071f0d;background:linear-gradient(135deg,#fff 0%,#ffe21d 100%);transform:translateY(-2px);box-shadow:0 8px 20px #00000059}.related-blog-item{color:inherit;border-radius:10px;align-items:center;gap:12px;padding:8px;text-decoration:none;transition:all .2s;display:flex}.related-blog-item:hover{background:#f0fdf4}.related-blog-info{flex-direction:column;gap:4px;display:flex}.related-blog-title{color:#0f3d1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Work Sans,Outfit,sans-serif;font-size:.88rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.progeny-sidebar-heading{color:#0f3d1a;border-bottom:2px solid #8dc53e;margin-bottom:14px;padding-bottom:8px;font-family:Work Sans,Outfit,sans-serif;font-size:1.05rem;font-weight:900}.progeny-share-icons-grid{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.progeny-share-icon-btn{color:#374151;cursor:pointer;box-sizing:border-box;background:#f8faf8;border:1px solid #e2efe4;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;text-decoration:none;transition:all .22s;display:inline-flex}.progeny-share-icon-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.progeny-share-icon-btn.wa:hover{color:#fff;background:#25d366;border-color:#25d366}.progeny-share-icon-btn.insta:hover{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-color:#dc2743}.progeny-share-icon-btn.fb:hover{color:#fff;background:#1877f2;border-color:#1877f2}.progeny-share-icon-btn.li:hover{color:#fff;background:#0a66c2;border-color:#0a66c2}.progeny-share-icon-btn.x:hover{color:#fff;background:#000;border-color:#000}.progeny-share-icon-btn.tg:hover{color:#fff;background:#229ed9;border-color:#229ed9}.progeny-share-icon-btn.copy-link:hover{color:#fff;background:#0f3d1a;border-color:#0f3d1a}.featured-post-spotlight{margin-bottom:40px}.featured-post-card{color:inherit;background:#fff;border:1.5px solid #d4edd6;border-radius:20px;grid-template-columns:1.15fr 1fr;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:grid;overflow:hidden;box-shadow:0 10px 30px #0f3d1a14}.featured-post-card:hover{border-color:#8dc53e;transform:translateY(-4px);box-shadow:0 16px 40px #0f3d1a24}.featured-post-img-wrap{min-height:280px;position:relative;overflow:hidden}.featured-post-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.featured-post-card:hover .featured-post-img{transform:scale(1.05)}.featured-badge-tag{color:#ffe21d;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#166534,#0f3d1a);border:1.5px solid #ffe21d;border-radius:9999px;padding:5px 12px;font-size:.72rem;font-weight:900;position:absolute;top:14px;left:14px;box-shadow:0 4px 14px #0000004d}.featured-post-body{flex-direction:column;justify-content:center;padding:clamp(20px,3vw,32px);display:flex}.featured-post-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;font-size:.82rem;display:flex}.featured-category-pill{color:#166534;background:#e8f5e9;border-radius:6px;padding:3px 10px;font-size:.76rem;font-weight:800}.featured-post-title{color:#0f3d1a;margin:0 0 12px;font-family:Work Sans,Outfit,sans-serif;font-size:clamp(1.25rem,1.8vw,1.6rem);font-weight:900;line-height:1.3;transition:color .2s}.featured-post-card:hover .featured-post-title{color:#166534}.featured-post-excerpt{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 20px;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.featured-post-footer{border-top:1px solid #edf2f7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;display:flex}.featured-author-box{align-items:center;gap:8px;display:flex}.featured-author-avatar{color:#ffe21d;background:#166534;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:900;display:flex}.featured-author-name{color:#334155;font-size:.84rem;font-weight:700}.featured-read-link{color:#166534;align-items:center;gap:6px;font-size:.88rem;font-weight:800;transition:gap .2s;display:inline-flex}.featured-post-card:hover .featured-read-link{color:#8dc53e;gap:10px}@media (max-width:860px){.featured-post-card{grid-template-columns:1fr}.featured-post-img-wrap{min-height:220px}}.blog-hero-full video::-webkit-media-controls{display:none!important}.blog-hero-full video{pointer-events:none}.progeny-category-list{flex-wrap:wrap;gap:8px;display:flex}.progeny-cat-pill{color:#0f3d1a;background:#f0fdf4;border:1px solid #c8e6c9;border-radius:9999px;padding:5px 12px;font-size:.78rem;font-weight:700;text-decoration:none;transition:all .2s}.progeny-cat-pill.active,.progeny-cat-pill:hover{color:#ffe21d;background:#0f3d1a;border-color:#0f3d1a}.progeny-cta-card{color:#fff;background:linear-gradient(135deg,#071f0d 0%,#0f3d1a 100%);border:1px solid #8dc53e4d;border-radius:16px;flex-direction:column;gap:10px;padding:24px 22px;display:flex;box-shadow:0 8px 24px #071f0d33}.progeny-cta-title{color:#fff;margin:0;font-family:Work Sans,Outfit,sans-serif;font-size:1.15rem;font-weight:900;line-height:1.3}.progeny-cta-desc{color:#ffffffd9;margin:0;font-size:.84rem;line-height:1.45}.progeny-btn-consultation{background:#8dc53e;border-radius:9999px;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:10px 18px;font-size:.86rem;font-weight:900;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #8dc53e4d;color:#071f0d!important}.progeny-btn-consultation:hover{background:#ffe21d;transform:translateY(-2px);box-shadow:0 6px 18px #ffe21d66}.related-blogs-heading{color:#0f3d1a;border-bottom:2px solid #8dc53e;margin-bottom:20px;padding-bottom:12px;font-family:Work Sans,Outfit,sans-serif;font-size:1.15rem;font-weight:900}.related-blogs-list{flex-direction:column;gap:18px;display:flex}.related-blog-item{align-items:center;gap:14px;text-decoration:none;transition:transform .2s;display:flex}.related-blog-item:hover{transform:translate(4px)}.related-blog-thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:54px;height:48px}.related-blog-info{flex-direction:column;gap:4px;min-width:0;display:flex}.related-blog-title{color:#0f3d1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.84rem;font-weight:800;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.related-blog-item:hover .related-blog-title{color:#8dc53e}.related-blog-date{color:#6b7280;font-size:.74rem;font-weight:600}.blog-empty-state{text-align:center;padding:60px 20px}.blog-empty-state .empty-icon{color:#8dc53e;margin-bottom:16px;font-size:3rem}.blog-newsletter-banner{color:#fff;background:linear-gradient(135deg,#071f0d 0%,#0f3d1a 50%,#165424 100%);border:1.5px solid #8dc53e59;border-radius:24px;margin-top:60px;padding:48px 36px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f3d1a40}.newsletter-glow-orb{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#8dc53e4d 0%,#0000 70%);width:320px;height:320px;position:absolute;top:-80px;right:-80px}.newsletter-content{z-index:2;text-align:center;max-width:680px;margin:0 auto;position:relative}.newsletter-badge{color:#ffe21d;letter-spacing:.05em;background:#ffe21d26;border:1px solid #ffe21d4d;border-radius:9999px;margin-bottom:12px;padding:4px 14px;font-size:.76rem;font-weight:800;display:inline-block}.newsletter-content h2{color:#fff;margin-bottom:10px;font-family:Work Sans,Outfit,sans-serif;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:900;line-height:1.25}.newsletter-content p{color:#ffffffe0;margin-bottom:24px;font-size:.94rem;line-height:1.55}.newsletter-form{flex-wrap:wrap;gap:10px;max-width:520px;margin:0 auto 20px;display:flex}.newsletter-input{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1.5px solid #ffffff4d;border-radius:9999px;outline:none;flex:1;min-width:240px;padding:12px 20px;font-family:Work Sans,sans-serif;font-size:.9rem;transition:all .3s}.newsletter-input::placeholder{color:#ffffffa6}.newsletter-input:focus{background:#fff3;border-color:#8dc53e;box-shadow:0 0 0 3px #8dc53e4d}.btn-newsletter-submit{color:#0f3d1a;cursor:pointer;white-space:nowrap;background:#8dc53e;border:none;border-radius:9999px;padding:12px 26px;font-family:Work Sans,sans-serif;font-size:.9rem;font-weight:900;transition:all .3s;box-shadow:0 6px 18px #8dc53e59}.btn-newsletter-submit:hover{color:#0f3d1a;background:#fff;box-shadow:0 8px 22px #fff6}.newsletter-success-msg{color:#ffe21d;background:#8dc53e33;border:1px solid #8dc53e;border-radius:12px;margin-bottom:16px;padding:10px 18px;font-size:.88rem;font-weight:700}.newsletter-wa-quick{color:#ffffffbf;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;font-size:.82rem;display:flex}.btn-wa-pill{color:#0f3d1a;background:#25d366;border-radius:9999px;align-items:center;gap:6px;padding:5px 14px;font-size:.8rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.btn-wa-pill:hover{color:#1e6b2e;background:#fff;transform:translateY(-2px)}.bl-hero{box-sizing:border-box;grid-template-columns:1fr 1fr;width:100%;min-height:calc(100vh - 68px);display:grid;position:relative}.bl-hero__left{z-index:1;box-sizing:border-box;background:#0f3d1a;flex-direction:column;justify-content:center;width:100%;padding:clamp(96px,11vh,128px) clamp(24px,4.5vw,56px) clamp(36px,4vh,48px);display:flex;position:relative}.bl-particle{pointer-events:none;z-index:0;opacity:.5;background:radial-gradient(circle,#ffe21d 0%,#8dc53e99 60%,#0000 100%);border-radius:50%;animation:6s ease-in-out infinite blFloat;position:absolute}@keyframes blFloat{0%,to{opacity:.4;transform:translateY(0)scale(1)}50%{opacity:.75;transform:translateY(-16px)scale(1.2)}}.bl-hero__gold-bar{transform-origin:0;background:linear-gradient(90deg,#ffe21d 0%,#8dc53e 60%,#0000 100%);width:100%;height:4px;position:absolute;top:0;left:0}.bl-hero__label,.bl-hero__title,.bl-hero__body,.bl-hero__gold-line,.bl-hero__tagline{z-index:2;position:relative}.bl-hero__label{align-items:center;gap:12px;margin-bottom:10px;display:flex}.bl-hero__label-line{background:#ffe21d;border-radius:9999px;flex-shrink:0;height:3px;display:inline-block}.bl-hero__label-text{letter-spacing:.18em;color:#ffe21d;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:900}.bl-hero__title{color:#fff;letter-spacing:-.025em;margin:0 0 16px;font-family:Work Sans,Outfit,sans-serif;font-size:clamp(1.75rem,3vw,2.3rem);font-weight:900;line-height:1.34}.bl-hero__title-accent{color:#ffe21d;display:inline-block;position:relative}.bl-hero__body{color:#ffffffe0;max-width:480px;margin:0 0 24px;font-size:clamp(.88rem,1vw,1rem);line-height:1.78}.bl-hero__body strong{color:#8dc53e;font-weight:800}.bl-knowledge-tracks{flex-direction:column;gap:10px;width:100%;margin-top:8px;margin-bottom:8px;display:flex}.bl-track-item{background:#ffffff0d;border:1px solid #8dc53e47;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;transition:all .25s;display:flex}.bl-track-item:hover{background:#ffffff1a;border-color:#ffe21d;transform:translate(4px)}.bl-track-badge{color:#071f0d;white-space:nowrap;background:#ffe21d;border-radius:9999px;flex-shrink:0;padding:3px 10px;font-size:.7rem;font-weight:800}.bl-track-content{flex-direction:column;gap:2px;display:flex}.bl-track-content strong{color:#fff;letter-spacing:-.01em;font-family:Outfit,sans-serif;font-size:.92rem;font-weight:800}.bl-track-item:hover .bl-track-content strong{color:#8dc53e}.bl-track-content span{color:#ffffffc7;font-size:.76rem;line-height:1.35}.bl-hero__right{background:#0f3d1a;width:100%;height:100%;min-height:100%;max-height:100vh;position:relative;overflow:hidden}.bl-hero__img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:100%;transition:transform 8s;display:block}.bl-hero:hover .bl-hero__img{transform:scale(1.05)}.bl-hero__img-fade{pointer-events:none;background:linear-gradient(90deg,#0f3d1a99 0%,#0f3d1a33 35%,#0000 65%);position:absolute;inset:0}.bl-hero__shimmer{pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff0f 50%,#0000 60%) 0 0/200% 100%;animation:5s ease-in-out infinite blScanShimmer;position:absolute;inset:0}@keyframes blScanShimmer{0%{background-position:-100% 0}to{background-position:200% 0}}.bl-hero__trust-badge{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-left:4px solid #8dc53e;border-radius:16px;align-items:center;gap:12px;max-width:230px;padding:12px 18px;animation:3s ease-in-out infinite blBadgePulse;display:flex;position:absolute;bottom:28px;left:24px;box-shadow:0 8px 30px #00000038,0 0 0 2px #8dc53e4d}@keyframes blBadgePulse{0%,to{box-shadow:0 8px 30px #00000038,0 0 0 2px #8dc53e4d}50%{box-shadow:0 12px 40px #0000004d,0 0 0 5px #8dc53e33}}.bl-hero__trust-icon{font-size:1.6rem;line-height:1}.bl-pulse{animation:2s ease-in-out infinite blIconPulse;display:inline-block}@keyframes blIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.bl-hero__trust-badge>div{flex-direction:column;gap:1px;display:flex}.bl-hero__trust-badge strong{color:#0f3d1a;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:900}.bl-hero__trust-badge span{color:#4b5563;font-size:.72rem;font-weight:600}.bl-hero__corner-accent{background:0 0;border-top:4px solid #ffe21d;border-right:4px solid #ffe21d;border-radius:0 0 0 8px;width:80px;height:80px;animation:2.5s ease-in-out infinite alternate blCornerGlow;position:absolute;top:0;right:0}@keyframes blCornerGlow{0%{opacity:.8;border-color:#ffe21d}to{opacity:1;border-color:#8dc53e}}.bl-divider-strip{transform-origin:0;background:#0f3d1a;width:100%;height:5px}@media (max-width:1180px){.bl-hero{min-height:calc(100vh - 68px)}.bl-hero__left{padding:clamp(85px,9vh,110px) 32px 28px}.bl-hero__title{font-size:2.1rem}}@media (max-width:900px){.bl-hero{height:auto;min-height:unset;max-height:unset;grid-template-columns:1fr}.bl-hero__left{max-height:unset;order:1;padding:125px 28px 60px}.bl-hero__right{height:clamp(310px,45vw,410px);min-height:240px;max-height:unset;order:2}}@media (max-width:560px){.bl-hero{overflow-x:hidden}.bl-hero__left{padding:54px 20px 30px}.bl-hero__title{font-size:clamp(1.5rem,6.5vw,1.95rem)}.bl-hero__body{margin-bottom:14px;font-size:.88rem}.bl-hero__right{height:240px}.bl-hero__trust-badge{border-radius:12px;gap:8px;max-width:175px;padding:7px 12px;bottom:10px;left:10px}.bl-hero__trust-icon{font-size:1.25rem}.bl-hero__trust-badge strong{font-size:.76rem}.bl-hero__trust-badge span{font-size:.64rem}}@media (max-width:430px){.bl-hero__left{padding:58px 14px 26px}.bl-hero__title{word-break:break-word;font-size:1.5rem}.bl-hero__body{font-size:.84rem;line-height:1.5}.bl-hero__right{height:210px}.bl-hero__trust-badge{border-radius:10px;gap:6px;max-width:155px;padding:6px 10px;bottom:8px;left:8px}.bl-hero__trust-icon{font-size:1.1rem}.bl-hero__trust-badge strong{font-size:.68rem;line-height:1.15}.bl-hero__trust-badge span{font-size:.56rem;line-height:1.15}}@media (max-width:375px){.bl-hero__left{padding:52px 12px 22px}.bl-hero__title{font-size:1.38rem}.bl-hero__trust-badge{border-radius:8px;gap:5px;max-width:140px;padding:5px 8px;bottom:6px;left:6px}.bl-hero__trust-icon{font-size:.95rem}.bl-hero__trust-badge strong{font-size:.62rem;line-height:1.1}.bl-hero__trust-badge span{font-size:.5rem;line-height:1.1}}@media (max-width:320px){.bl-hero__trust-badge{border-radius:6px;gap:4px;max-width:125px;padding:4px 6px}.bl-hero__trust-icon{font-size:.85rem}.bl-hero__trust-badge strong{font-size:.56rem}.bl-hero__trust-badge span{font-size:.46rem}}.blog-article-outer{max-width:1320px;margin:0 auto;padding:48px 24px 80px;position:relative;overflow:visible}.blog-article-grid{grid-template-columns:290px 1fr;align-items:start;gap:48px;display:grid;position:relative}@media (max-width:1024px){.blog-article-grid{grid-template-columns:270px 1fr;gap:36px}}@media (max-width:900px){.blog-article-grid{grid-template-columns:1fr;gap:32px}}.blog-article-sidebar,.progeny-sidebar{z-index:15;flex-direction:column;align-self:start;gap:20px;width:100%;display:flex;position:sticky;top:85px}.blog-sidebar-sticky-group{flex-direction:column;gap:20px;display:flex}@media (max-width:900px){.blog-article-sidebar{order:2;position:static}}.blog-article-main{flex-direction:column;gap:0;min-width:0;max-width:820px;display:flex}.blog-hero-full{box-sizing:border-box;background:#071f0d;align-items:flex-end;width:100%;height:calc(100vh + 20px);min-height:calc(100dvh + 20px);max-height:none;margin-top:0;margin-left:0;margin-right:0;display:flex;position:relative;left:0;right:0;overflow:hidden}.blog-hero-full__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.blog-hero-full__video-iframe{object-fit:cover;z-index:1;pointer-events:auto;border:none;width:100%;height:100%;position:absolute;inset:0}.blog-hero-full__overlay{pointer-events:none;z-index:2;background:linear-gradient(#071f0d33 0%,#071f0d8c 45%,#071f0de6 100%);position:absolute;inset:0}.blog-hero-full__content{z-index:3;pointer-events:none;width:100%;padding:0;position:relative}.blog-hero-full__inner a,.blog-hero-full__inner button{pointer-events:auto}.blog-hero-full__inner{color:#fff;flex-direction:column;gap:14px;max-width:1320px;margin:0 auto;padding:0 32px 64px;display:flex}@media (max-width:768px){.blog-hero-full__inner{gap:10px;padding:0 20px 48px}}.blog-hero-full__breadcrumb{color:#ffffffb3;align-items:center;gap:8px;font-size:.88rem;display:flex}.blog-hero-crumb-link{color:#ffffffd9;text-decoration:none;transition:color .2s}.blog-hero-crumb-link:hover{color:#8dc53e}.blog-hero-crumb-sep{color:#fff6}.article-long-summary-card{background:linear-gradient(135deg,#0f3d1a0d 0%,#ffe21d17 100%);border:1.5px solid #8dc53e66;border-left:6px solid #166534;border-radius:18px;margin:30px 0 36px;padding:28px 32px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 12px 32px #0f3d1a0f}.summary-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.summary-card-badge-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.summary-card-badge{color:#ffe21d;letter-spacing:.12em;text-transform:uppercase;background:#166534;border-radius:9999px;padding:5px 14px;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:900}.summary-card-badge-sub{color:#0f3d1a;background:#8dc53e2e;border-radius:9999px;padding:5px 12px;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:800}.summary-card-text{color:#1f2937;margin:0 0 16px;font-size:1.06rem;font-weight:500;line-height:1.78}.summary-card-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0 18px;display:grid}.summary-card-grid-item{background:#ffffffd9;border:1px solid #8dc53e4d;border-radius:12px;flex-direction:column;gap:3px;padding:12px 14px;display:flex}.summary-card-grid-label{color:#166534;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:800}.summary-card-grid-val{color:#0f3d1a;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:700}.summary-card-bullets{border-top:1px dashed #8dc53e73;flex-direction:column;gap:12px;margin-top:18px;padding-top:16px;display:flex}.summary-card-bullet-item{color:#374151;align-items:flex-start;gap:10px;font-size:.96rem;line-height:1.58;display:flex}.summary-card-bullet-icon{color:#166534;flex-shrink:0;margin-top:1px;font-size:1.1rem}@media (max-width:640px){.summary-card-grid{grid-template-columns:1fr}}.blog-hero-crumb-current{color:#fff;font-weight:600}.blog-hero-full__category{color:#071f0d;text-transform:uppercase;letter-spacing:.06em;background:#8dc53e;border-radius:6px;align-self:flex-start;padding:5px 14px;font-size:.78rem;font-weight:900;display:inline-block}.blog-hero-full__title{color:#fff;text-shadow:0 2px 14px #00000073;max-width:900px;margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1.34}.blog-hero-full__excerpt{color:#ffffffe0;max-width:800px;margin:0 0 18px;font-size:clamp(.98rem,1.5vw,1.18rem);font-weight:400;line-height:1.82}.blog-hero-full__divider{background:#ffffff2e;width:100%;height:1px;margin:4px 0}.blog-hero-full__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.blog-hero-full__author{align-items:center;gap:12px;display:flex}.blog-hero-author-avatar{color:#fff;background:linear-gradient(135deg,#8dc53e,#0f3d1a);border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:900;display:flex}.blog-hero-author-name{color:#fff;font-size:1rem;font-weight:900;display:block}.blog-hero-author-role{color:#ffffffb8;font-size:.8rem;display:block}.blog-hero-full__readinfo{color:#ffffffd1;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.blog-hero-dot{color:#8dc53e}.blog-article-video-hero{background:#071f0d;border-radius:16px;width:100%;margin-bottom:0;position:relative;overflow:hidden}.blog-video-iframe{border:none;width:100%;height:480px;display:block}.blog-video-direct{object-fit:cover;width:100%;height:480px;display:block}@media (max-width:640px){.blog-video-iframe,.blog-video-direct{height:240px}}.blog-article-meta-bar{border-bottom:2px solid #eef3ef;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;padding:16px 0 18px;display:flex}.blog-article-meta-left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.article-reading-badge{color:#166534;background:#f0fdf4;border:1px solid #c8e6c9;border-radius:6px;padding:4px 12px;font-size:.8rem;font-weight:700}.article-long-summary-card{background:linear-gradient(135deg,#fff 0%,#f4fbf5 100%);border:1.5px solid #c8e6c9;border-left:6px solid #0f3d1a;border-radius:16px;margin:0 0 32px;padding:24px 28px;transition:all .25s;box-shadow:0 6px 20px #0f3d1a0f}.article-long-summary-card:hover{transform:translateY(-1px);box-shadow:0 10px 28px #0f3d1a1a}.summary-card-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.summary-card-badge{color:#ffe21d;letter-spacing:.06em;background:#0f3d1a;border-radius:9999px;padding:3px 10px;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:900}.summary-card-title{color:#0f3d1a;margin:0;font-family:Work Sans,Outfit,sans-serif;font-size:1.18rem;font-weight:900}.summary-card-text{color:#2d3748;margin:0;font-family:Work Sans,sans-serif;font-size:1.04rem;font-weight:500;line-height:1.8}.article-topics-box{background:linear-gradient(135deg,#fff 0%,#f4fbf5 100%);border:1.5px solid #c8e6c9;border-top:5px solid #0f3d1a;border-radius:16px;margin:0 0 40px;padding:28px 30px;box-shadow:0 6px 22px #0f3d1a12}.article-topics-box__header{border-bottom:2px solid #8dc53e59;align-items:flex-start;gap:14px;margin-bottom:24px;padding-bottom:16px;display:flex}.article-topics-box__icon{background:#eefbdf;border:1px solid #c8e6c9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;display:inline-flex}.article-topics-box__title{color:#0f3d1a;margin:0 0 2px;font-family:Work Sans,Outfit,sans-serif;font-size:1.25rem;font-weight:900;line-height:1.25}.article-topics-box__sub{color:#556657;margin:0;font-size:.84rem}.article-topics-list{flex-direction:column;gap:16px;display:flex}.article-topic-item{background:#fff;border:1.5px solid #e2efe4;border-left:5px solid #8dc53e;border-radius:10px;padding:16px 20px;transition:all .25s;box-shadow:0 2px 10px #0f3d1a0a}.article-topic-item:hover{border-left-color:#0f3d1a;transform:translateY(-1px);box-shadow:0 6px 18px #0f3d1a17}.article-topic-item__header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.article-topic-item__num{color:#ffe21d;background:#0f3d1a;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 6px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:900;display:inline-flex}.article-topic-item__title{color:#0f3d1a;margin:0;font-family:Work Sans,Outfit,sans-serif;font-size:1.12rem;font-weight:900;line-height:1.3}.article-topic-item__content{color:#374151;margin:0;padding-left:40px;font-size:.97rem;font-weight:400;line-height:1.75}@media (max-width:560px){.article-topic-item__content{margin-top:8px;padding-left:0}}.article-body-wrap{background:#fff;border:1.5px solid #e2efe4;border-top:5px solid #0f3d1a;border-radius:18px;flex-direction:column;gap:0;margin-bottom:44px;padding:36px 40px;transition:box-shadow .3s;display:flex;box-shadow:0 8px 30px #0f3d1a0f,0 2px 10px #00000008}.article-body-wrap:hover{box-shadow:0 12px 38px #0f3d1a17,0 4px 14px #0000000a}@media (max-width:768px){.article-body-wrap{border-radius:14px;margin-bottom:32px;padding:26px 22px}}@media (max-width:480px){.article-body-wrap{border-radius:12px;margin-bottom:28px;padding:20px 16px}}.article-h1{color:#0f3d1a;border-bottom:3px solid #c8e6c9;margin:40px 0 18px;padding-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:900;line-height:1.25}.article-h2{color:#0f3d1a;margin:44px 0 16px;padding-left:18px;font-family:Work Sans,Outfit,Georgia,sans-serif;font-size:clamp(1.32rem,2.2vw,1.65rem);font-weight:800;line-height:1.3;position:relative}.article-h2:before{content:"";background:linear-gradient(#8dc53e,#0f3d1a);border-radius:9999px;width:5px;height:72%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.article-h3{color:#166534;margin:30px 0 12px;font-family:Work Sans,Outfit,sans-serif;font-size:clamp(1.1rem,1.8vw,1.28rem);font-weight:800;line-height:1.35}.article-h4{color:#1e6b2e;margin:22px 0 8px;font-family:Work Sans,Outfit,sans-serif;font-size:1.08rem;font-weight:800;line-height:1.35}.article-body-para{color:#374151;margin:0 0 20px;font-family:Work Sans,Georgia,sans-serif;font-size:1.06rem;font-weight:400;line-height:1.88}.article-lead-para{color:#1f2937;margin:0 0 24px;font-size:1.14rem;font-weight:500;line-height:1.9}.article-para-spacer{height:12px}.article-blockquote{color:#0f3d1a;background:#f0fdf4;border-left:5px solid #8dc53e;border-radius:0 12px 12px 0;margin:28px 0;padding:22px 28px;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-style:italic;line-height:1.75;box-shadow:0 4px 16px #0f3d1a12}.article-list{flex-direction:column;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.article-list--bullet .article-list-item:before{content:"";background:#8dc53e;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:7px}.article-list--number{counter-reset:article-list-counter}.article-list--number .article-list-item{counter-increment:article-list-counter}.article-list--number .article-list-item:before{content:counter(article-list-counter);color:#fff;background:#0f3d1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:3px;font-size:.78rem;font-weight:900;display:flex}.article-list-item{color:#374151;align-items:flex-start;gap:12px;font-family:Work Sans,sans-serif;font-size:1.02rem;line-height:1.75;display:flex}.article-strong{color:#0f3d1a;font-weight:800}.article-em{color:#374151;font-style:italic}.article-code{color:#1e6b2e;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:Courier New,Courier,monospace;font-size:.9em}.article-link{color:#1e6b2e;text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .2s}.article-link:hover{color:#8dc53e}.article-inline-figure{clear:both;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:580px;margin:32px auto;display:flex}.article-inline-figure.size-small{max-width:380px}.article-inline-figure.size-medium{max-width:580px}.article-inline-figure.size-large,.article-inline-figure.size-full{max-width:100%}.article-inline-img{object-fit:cover;border:1px solid #e2efe4;border-radius:12px;width:100%;max-height:380px;display:block;box-shadow:0 6px 24px #0f3d1a17}.article-inline-caption{color:#6b7280;text-align:center;margin-top:4px;font-size:.84rem;font-style:italic;line-height:1.5}.article-video-wrap{aspect-ratio:16/9;border:1px solid #e2efe4;border-radius:12px;width:100%;max-width:580px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 6px 24px #0f3d1a17}.article-inline-figure.size-small .article-video-wrap{max-width:380px}.article-inline-figure.size-large .article-video-wrap,.article-inline-figure.size-full .article-video-wrap{max-width:100%}.article-video-iframe{aspect-ratio:16/9;border:none;width:100%;height:100%;display:block}.article-video-direct{object-fit:cover;border:1px solid #e2efe4;border-radius:12px;width:100%;max-width:580px;max-height:380px;margin:0 auto;display:block;box-shadow:0 6px 24px #0f3d1a17}.article-inline-figure.size-small .article-video-direct{max-width:380px}.article-inline-figure.size-large .article-video-direct,.article-inline-figure.size-full .article-video-direct{max-width:100%}@media (max-width:640px){.article-inline-figure,.article-inline-figure.size-small,.article-inline-figure.size-medium,.article-inline-figure.size-large,.article-video-wrap,.article-video-direct{max-width:100%}.article-inline-img{max-height:260px}}.article-gallery-section{border-top:2px solid #eef3ef;margin-top:40px;padding-top:32px}.article-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.article-gallery-figure{flex-direction:column;gap:8px;margin:0;display:flex}.article-gallery-img{object-fit:cover;border-radius:10px;width:100%;height:200px;transition:transform .3s,box-shadow .3s;display:block;box-shadow:0 4px 14px #0f3d1a14}.article-gallery-img:hover{transform:scale(1.02);box-shadow:0 8px 24px #0f3d1a24}.article-bottom-cta{margin:48px 0 32px}.article-bottom-cta__inner{background:linear-gradient(135deg,#071f0d 0%,#0f3d1a 100%);border:1.5px solid #8dc53e4d;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;padding:36px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #071f0d38}.article-bottom-cta__inner:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#8dc53e40 0%,#0000 70%);width:220px;height:220px;position:absolute;top:-60px;right:-60px}.article-bottom-cta__text h3{color:#fff;margin:0 0 6px;font-family:Work Sans,Outfit,sans-serif;font-size:1.35rem;font-weight:900;line-height:1.3}.article-bottom-cta__text p{color:#ffffffd1;margin:0;font-size:.92rem;line-height:1.55}.article-bottom-cta__btn{color:#fff;letter-spacing:.02em;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#166534 0%,#0f3d1a 100%);border:1.5px solid #8dc53e;border-radius:9999px;flex-shrink:0;align-items:center;gap:10px;padding:14px 28px;font-family:Outfit,Work Sans,sans-serif;font-size:.92rem;font-weight:800;text-decoration:none;transition:all .25s cubic-bezier(.25,.8,.25,1);display:inline-flex;box-shadow:0 6px 20px #16653459}.article-bottom-cta__btn:hover{color:#fff;background:#1e6b2e;border-color:#8dc53e;transform:translateY(-2px);box-shadow:0 10px 26px #16653480}@media (max-width:640px){.article-bottom-cta__inner{text-align:center;flex-direction:column;padding:28px 24px}.article-bottom-cta__btn{align-self:center}}.article-loading-indicator{flex-direction:column;align-items:center;gap:12px;display:flex}.article-loading-spinner{border:4px solid #c8e6c9;border-top-color:#0f3d1a;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite article-spin}@keyframes article-spin{to{transform:rotate(360deg)}}@media (max-width:768px){.blog-article-outer{padding:32px 16px 60px}.article-h2{margin:32px 0 12px;padding-left:14px;font-size:1.22rem}.article-h3{font-size:1.06rem}.article-body-para{font-size:1rem;line-height:1.8}.article-topics-box{padding:20px 18px}.blog-hero-full{width:100%;height:auto;min-height:calc(100dvh + 20px);max-height:none;padding-top:40px}.blog-hero-full__title{font-size:clamp(1.65rem,5.5vw,2.5rem)}}@media (max-width:480px){.blog-hero-full{width:100%;height:auto;min-height:calc(100dvh + 20px);max-height:none;padding-top:30px}.blog-hero-full__title{font-size:1.55rem}.blog-hero-full__excerpt{font-size:.92rem}.blog-hero-full__meta{flex-direction:column;align-items:flex-start;gap:8px}.article-topics-box{padding:16px 14px}.article-topic-item{padding:14px 16px}}.article-topic-video-wrap{background:#071f0d;border:1px solid #e2efe4;border-radius:12px;margin-top:14px;overflow:hidden;box-shadow:0 4px 16px #0f3d1a14}.article-topic-video-wrap .article-video-wrap{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.article-topic-video-wrap .article-video-iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.article-topic-video-wrap .article-video-direct{background:#000;width:100%;max-height:440px;display:block}.article-video-gallery-section{margin:42px 0}.article-video-gallery-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:18px;display:grid}@media (max-width:768px){.article-video-gallery-grid{grid-template-columns:1fr;gap:20px}}.article-video-gallery-card{background:#fff;border:1px solid #e2efe4;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 6px 20px #0f3d1a0f}.article-video-gallery-card:hover{border-color:#8dc53e;transform:translateY(-4px);box-shadow:0 12px 30px #0f3d1a1f}.article-video-gallery-player{aspect-ratio:16/9;background:#071f0d;width:100%;position:relative}.article-video-gallery-player .article-video-iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.article-video-gallery-player .article-video-direct{object-fit:cover;width:100%;height:100%;display:block}.article-video-gallery-info{flex-direction:column;gap:6px;padding:16px 18px 20px;display:flex}.article-video-gallery-title{color:#0f3d1a;margin:0;font-size:1.05rem;font-weight:800;line-height:1.35}.article-video-gallery-desc{color:#4b5563;margin:0;font-size:.88rem;line-height:1.5}.featured-post-img-wrap,.featured-post-img-box{background:#eefbdf;border-radius:20px 0 0 20px;width:100%;height:320px;max-height:340px;position:relative;overflow:hidden}@media (max-width:860px){.featured-post-img-wrap,.featured-post-img-box{border-radius:20px 20px 0 0;height:230px;max-height:250px}}.featured-post-img{object-fit:cover;object-position:center;width:100%;height:100%;max-height:340px;display:block}.article-topic-media-group{flex-direction:column;align-items:center;gap:12px;margin:18px 0;display:flex}.article-topic-img-wrap{border:1px solid #e2efe4;border-radius:12px;width:100%;max-width:580px;max-height:380px;margin:0 auto;overflow:hidden;box-shadow:0 4px 16px #0f3d1a0f}.article-topic-img{object-fit:cover;width:100%;max-height:380px;display:block}
