:root{--brand-primary:#5C8A3C;--brand-secondary:#3A6B2E;--brand-accent:#E8F4D9;--brand-neutral-light:#F5F7F2;--brand-neutral-dark:#1E2A18;--brand-text:#2C3E25;--brand-text-muted:#6B7A61;--brand-border:#D0DCC8;--font-heading:Georgia,'Times New Roman',serif;--font-body:system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,-apple-system,'Segoe UI',sans-serif}*,::after,::before{box-sizing:border-box}body{font-family:system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,-apple-system,'Segoe UI',sans-serif;font-family:var(--font-body);color:#2c3e25;color:var(--brand-text);background:#fff;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Georgia,'Times New Roman',serif;font-family:var(--font-heading);color:#1e2a18;color:var(--brand-neutral-dark);line-height:1.25}a{color:#5c8a3c;color:var(--brand-primary);-webkit-text-decoration:none;text-decoration:none}a:hover{color:#3a6b2e;color:var(--brand-secondary);-webkit-text-decoration:underline;text-decoration:underline}img{max-width:100%;height:auto}.cta-bar{background:#5c8a3c;background:var(--brand-primary);color:#fff;text-align:center;padding:10px 16px;font-size:.875rem;font-weight:500}.cta-bar a{color:#fff;font-weight:700;-webkit-text-decoration:underline;text-decoration:underline;margin-left:12px}.cta-bar a:hover{opacity:.85;-webkit-text-decoration:none;text-decoration:none}.navbar{background:#fff;border-bottom:2px solid #5c8a3c;border-bottom:2px solid var(--brand-primary);padding:0 24px;box-shadow:0 2px 8px rgba(92,138,60,.08);position:sticky;top:0;z-index:1030}.navbar-brand{display:flex;align-items:center;padding:12px 0}.navbar-brand ai-img,.navbar-brand img{height:48px;width:auto}.navbar-toggler{border-color:#5c8a3c;border-color:var(--brand-primary)}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%235C8A3C' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.nav-link{color:#2c3e25!important;color:var(--brand-text)!important;font-weight:500;font-size:.925rem;padding:20px 14px!important;letter-spacing:.02em;position:relative;transition:color .2s}.nav-link.active,.nav-link:hover{color:#5c8a3c!important;color:var(--brand-primary)!important}.nav-link.active::after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:3px;background:#5c8a3c;background:var(--brand-primary);border-radius:2px 2px 0 0}.navbar-nav .btn-nav-cta{background:#5c8a3c;background:var(--brand-primary);color:#fff!important;border-radius:4px;padding:8px 20px!important;margin-left:8px;font-weight:600;align-self:center;transition:background .2s}.navbar-nav .btn-nav-cta:hover{background:#3a6b2e;background:var(--brand-secondary)}.btn-primary{background:#5c8a3c;background:var(--brand-primary);border-color:#5c8a3c;border-color:var(--brand-primary);color:#fff;font-weight:600;letter-spacing:.02em;padding:12px 28px;border-radius:4px;transition:background .2s,transform .15s}.btn-primary:hover{background:#3a6b2e;background:var(--brand-secondary);border-color:#3a6b2e;border-color:var(--brand-secondary);transform:translateY(-1px)}.btn-outline-primary{border-color:#5c8a3c;border-color:var(--brand-primary);color:#5c8a3c;color:var(--brand-primary);font-weight:600;padding:12px 28px;border-radius:4px}.btn-outline-primary:hover{background:#5c8a3c;background:var(--brand-primary);color:#fff}.btn-outline-light{border-color:rgba(255,255,255,.8);color:#fff;font-weight:600;padding:12px 28px;border-radius:4px}.btn-outline-light:hover{background:rgba(255,255,255,.15);color:#fff}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2rem;margin-bottom:12px}.section-header p{color:#6b7a61;color:var(--brand-text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5c8a3c;color:var(--brand-primary);margin-bottom:10px;display:block}.trust-bar{background:#1e2a18;background:var(--brand-neutral-dark);padding:32px 0}.trust-bar .trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px;border-right:1px solid rgba(255,255,255,.15)}.trust-bar .trust-item:last-child{border-right:none}.trust-bar .trust-num{font-size:2.5rem;font-weight:700;color:#e8f4d9;color:var(--brand-accent);font-family:Georgia,'Times New Roman',serif;font-family:var(--font-heading);line-height:1}.trust-bar .trust-label{font-size:.8rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.08em;margin-top:6px}@media (max-width:767px){.trust-bar .trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:16px 24px}.trust-bar .trust-item:last-child{border-bottom:none}}.product-card{border:1px solid #d0dcc8;border:1px solid var(--brand-border);border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .25s,transform .2s;cursor:pointer}.product-card:hover{box-shadow:0 8px 28px rgba(92,138,60,.14);transform:translateY(-4px)}.product-card .card-img-wrap{background:#f5f7f2;background:var(--brand-neutral-light);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .card-img-wrap ai-img,.product-card .card-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card .card-body{padding:20px}.product-card .card-title{font-size:1rem;font-weight:600;margin-bottom:8px;color:#1e2a18;color:var(--brand-neutral-dark)}.product-card .card-text{font-size:.875rem;color:#6b7a61;color:var(--brand-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .card-link{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600;color:#5c8a3c;color:var(--brand-primary);margin-top:12px}.product-card .card-link svg{transition:transform .2s}.product-card:hover .card-link svg{transform:translateX(4px)}.site-footer{background:#1e2a18;background:var(--brand-neutral-dark);color:rgba(255,255,255,.8);padding:64px 0 0}.site-footer .footer-brand ai-img,.site-footer .footer-brand img{height:40px;width:auto;margin-bottom:16px}.site-footer .footer-tagline{font-size:.875rem;color:rgba(255,255,255,.6);margin-bottom:24px}.site-footer h5{font-family:system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,-apple-system,'Segoe UI',sans-serif;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e8f4d9;color:var(--brand-accent);margin-bottom:16px}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer ul li{margin-bottom:8px}.site-footer ul a{color:rgba(255,255,255,.7);font-size:.875rem;transition:color .2s}.site-footer ul a:hover{color:#e8f4d9;color:var(--brand-accent);-webkit-text-decoration:none;text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.8rem;color:rgba(255,255,255,.5)}.footer-bottom a{color:rgba(255,255,255,.6)}.footer-bottom a:hover{color:rgba(255,255,255,.9)}.footer-partners{margin-top:16px}.footer-partners a,.footer-partners span{font-size:.75rem;color:rgba(255,255,255,.4);margin-right:12px}.page-breadcrumb{background:#f5f7f2;background:var(--brand-neutral-light);padding:12px 0;border-bottom:1px solid #d0dcc8;border-bottom:1px solid var(--brand-border)}.page-breadcrumb .breadcrumb{margin:0;font-size:.8rem}.page-breadcrumb .breadcrumb-item a{color:#5c8a3c;color:var(--brand-primary)}.page-breadcrumb .breadcrumb-item.active{color:#6b7a61;color:var(--brand-text-muted)}.bg-brand{background:#5c8a3c;background:var(--brand-primary)}.bg-brand-light{background:#e8f4d9;background:var(--brand-accent)}.bg-brand-dark{background:#1e2a18;background:var(--brand-neutral-dark)}.text-brand{color:#5c8a3c;color:var(--brand-primary)}.divider{height:3px;width:48px;background:#5c8a3c;background:var(--brand-primary);border-radius:2px;margin:12px 0 24px}.divider-center{margin:12px auto 24px}.icon-check::before{content:"";display:inline-block;width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235C8A3C' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/contain no-repeat;vertical-align:middle;margin-right:8px}.icon-arrow-right::after{content:"";display:inline-block;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center/contain no-repeat;vertical-align:middle;margin-left:4px}.modal-header{background:#5c8a3c;background:var(--brand-primary);color:#fff}.modal-header .btn-close{filter:invert(1)}.modal-title{font-family:Georgia,'Times New Roman',serif;font-family:var(--font-heading)}@media (max-width:991px){.navbar-collapse{padding:16px 0}.nav-link{padding:10px 4px!important}.nav-link.active::after{display:none}}@media (max-width:575px){.section-header h2{font-size:1.6rem}.trust-bar .trust-num{font-size:2rem}}