.bg-light-green-soft{background:#e6f4ea}.text-dark-green{color:#0d4c1d}.btn-batc-primary{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.65rem 1.5rem;border-radius:.375rem;border:none;background:#0d4c1d;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.btn-batc-primary:hover,.btn-batc-primary:focus{background:#146b2a;color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.btn-batc-ghost{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.65rem 1.4rem;border-radius:.375rem;border:1px solid rgba(13,76,29,.2);background:#fff;color:#0d4c1d;font-weight:500;font-size:.95rem;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .15s ease}.btn-batc-ghost:hover,.btn-batc-ghost:focus{background:#e6f4ea;border-color:#0d4c1d;color:#0d4c1d;text-decoration:none;transform:translateY(-1px)}.blog-landing{margin-top:2rem;margin-bottom:3rem}.blog-hero{border-radius:.375rem;background:radial-gradient(circle at top left,#e6f4ea 0,#fff 45%,#f4faf6 100%);padding:2.5rem 1.75rem}.blog-hero-eyebrow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.35rem;padding:.15rem .75rem;border-radius:.375rem;background:rgba(13,76,29,.06);color:#0d4c1d;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem}.blog-hero h1{font-size:clamp(1.9rem,3vw + 1rem,2.6rem);line-height:1.15;color:#0d4c1d;margin-bottom:.75rem}.blog-hero p.lead{font-size:1rem;max-width:38rem;margin-bottom:1.5rem}.blog-hero-meta{font-size:.85rem;color:#647067}.blog-hero-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}@media (min-width:768px){.blog-hero{padding:3rem 3rem}.blog-hero-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem}.blog-hero-copy{-webkit-box-flex:1;-ms-flex:1 1 60%;flex:1 1 60%}.blog-hero-aside{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px}}.blog-hero-aside-card{border-radius:.375rem;border:1px solid rgba(0,0,0,.04);background:#fff;padding:1.25rem 1rem;font-size:.9rem}.blog-hero-aside-card h3{font-size:.95rem;font-weight:600;margin-bottom:.4rem;color:#0d4c1d}.blog-hero-aside-card ul{padding-left:1.1rem;margin:0}.blog-hero-aside-card li+li{margin-top:.2rem}.tag-strip{margin-top:1.75rem}.tag-strip-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.15rem;margin-bottom:.75rem}@media (min-width:768px){.tag-strip-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.tag-strip-header h2{font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0d4c1d;margin:0}.tag-strip-header small{color:#647067;font-size:.85rem}.tag-groups{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;padding:.25rem 0 .5rem;margin:0 -.75rem;padding-left:.75rem;overflow-x:auto;scroll-snap-type:x mandatory}.tag-group{scroll-snap-align:start;-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;max-width:340px;background:#fff;border-radius:.375rem;border:1px solid rgba(13,76,29,.06);box-shadow:0 10px 30px rgba(0,0,0,.04);padding:.9rem .9rem .85rem}@media (min-width:992px){.tag-groups{margin:0;padding:0;overflow:visible;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.tag-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}}.tag-group-label{display:block;width:100%;padding:.35rem .65rem;border-radius:.375rem;background:#0d4c1d;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;text-align:center}.tag-group-chips{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.35rem}.tag-chip{display:block;width:100%;padding:.35rem .6rem;border-radius:.375rem;border:1px solid rgba(13,76,29,.14);background:#f7fbf8;font-size:.85rem;color:#0d4c1d;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .1s ease}.tag-chip:hover,.tag-chip:focus{background:#0d4c1d;border-color:#0d4c1d;color:#fff;text-decoration:none;transform:translateY(-1px)}.blog-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;margin-bottom:1rem}@media (min-width:768px){.blog-section-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.blog-section-header h2{font-size:1.1rem;font-weight:600;color:#0d4c1d;margin:0}.blog-section-header p{font-size:.9rem;color:#647067;margin:0}.article-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:576px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.article-card{height:100%;border-radius:.375rem;border:1px solid rgba(0,0,0,.06);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.article-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.08)}.article-card-thumb{position:relative;padding-top:58%;background-size:cover;background-position:center}.article-card-body{padding:.85rem .9rem .9rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.article-card-meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#647067;margin-bottom:.3rem}.article-card-title{font-size:.98rem;font-weight:600;margin-bottom:.35rem;color:#0d4c1d}.article-card-title a{color:inherit;text-decoration:none}.article-card-title a:hover{text-decoration:underline}.article-card-excerpt{font-size:.88rem;color:#4b574f;margin-bottom:.6rem}.article-card-footer{padding:0 .9rem .85rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.82rem;gap:.5rem}.article-card-tag{border-radius:.375rem;padding:.1rem .5rem;background:#e6f4ea;color:#0d4c1d;font-size:.78rem}.article-card-readmore{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.2rem;font-weight:500;text-decoration:none;color:#0d4c1d}.article-card-readmore span{font-size:1.1em}.article-card-readmore:hover{text-decoration:underline}.trust-strip{border-radius:.375rem;background:#0d4c1d;color:#fff;padding:1.2rem 1rem;margin-top:2rem;margin-bottom:1.5rem}.trust-strip-grid{display:grid;grid-template-columns:1fr;gap:.75rem;font-size:.88rem}@media (min-width:768px){.trust-strip-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.trust-item-title{font-weight:600}.trust-item-label{opacity:.85}.blog-footer-cta{border-radius:1.25rem;background:linear-gradient(135deg,#0d4c1d,#146b2a);color:#fff;padding:1.8rem 1.4rem;margin-top:1.5rem}@media (min-width:768px){.blog-footer-cta{padding:2.25rem 2.5rem}.blog-footer-cta-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem}}.blog-footer-cta h2{font-size:1.4rem;margin-bottom:.4rem}.blog-footer-cta p{font-size:.95rem;margin-bottom:0}
