
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;background:#f7f5f0;color:#1a1a1a;min-width:960px}
.topbar{background:#3c3c3c;display:flex;align-items:center;justify-content:space-between;padding:14px 40px;min-height:80px;position:sticky;top:0;z-index:400}
.logo-img{height:42px;filter:brightness(0) invert(1)}
.tr{display:flex;align-items:center;gap:10px}
.cb span{display:block;color:#bbb;font-size:9px;letter-spacing:.5px;text-align:right;line-height:1.2;font-weight:400}
.cb strong{color:#fff;font-size:22px;font-weight:700;letter-spacing:1px}
.iBtn{width:38px;height:38px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}
.lang-sw{display:flex;gap:1px;background:rgba(255,255,255,.08);border-radius:4px;padding:2px}
.lang-btn{padding:6px 12px;border-radius:3px;font-size:13px;font-weight:500;border:none;cursor:pointer;background:transparent;color:#bbb;transition:all .15s;font-family:'Inter',sans-serif}
.lang-btn.on{background:#1a6b1a;color:#fff}
.lang-btn:hover:not(.on){color:#fff}
.navbar{background:#3c3c3c;position:sticky;top:80px;z-index:399}
.nbi{display:flex;align-items:stretch;padding:0 40px;overflow-x:auto}
.ni{flex-shrink:0}
.nl{text-decoration:none;display:flex;align-items:center;gap:5px;padding:0 18px;height:52px;color:#d8d8d8;font-size:14px;font-weight:400;cursor:pointer;white-space:nowrap;border:none;background:none;font-family:'Inter',sans-serif}
.nl:hover{color:#fff;background:rgba(255,255,255,.06)}
.ndiv{width:1px;background:#555;margin:7px 0;align-self:stretch}
.ni.active .nl{color:#5abf5a;border-bottom:2px solid #5abf5a}
.nbadge{background:#5abf5a;color:#fff;font-size:8px;padding:1px 5px;border-radius:8px;font-weight:700;margin-left:2px}
.hero{background:#f4f1ea;padding:36px 24px 30px;border-bottom:1px solid #e5e0d5}
.hero-in{
    max-width:1440px;
    margin:0 auto;
    padding: 0 var(--hdr-x);
}
.hlbl{font-size:10px;color:#1a6b1a;font-weight:700;letter-spacing:.8px;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.hlbl::before{content:'';width:20px;height:2px;background:#5abf5a;display:block}
.hero h1{font-size:28px;font-weight:700;color:#111;line-height:1.25;margin-bottom:10px;max-width:700px}
.hero h1 em{color:#1a6b1a;font-style:normal}
.hero-desc{font-size:13px;color:#444;line-height:1.65;max-width:680px;margin-bottom:10px}
.hero-btns{display:flex;gap:10px}
.btn-p{background:#5abf5a;color:#0d2e0d;padding:11px 22px;border-radius:8px;border:none;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:'Inter',sans-serif}
.btn-p:hover{background:#4aaa4a}
.btn-s{background:transparent;color:#1a6b1a;padding:11px 22px;border-radius:8px;border:1.5px solid #1a6b1a;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:'Inter',sans-serif}
.btn-s:hover{border-color:#5abf5a;color:#9fe89f}
.stats{background:#fff;border-bottom:1px solid #e8e8e8}
.stats-in{
    /*max-width:1080px;*/
    margin:0 auto;
    display:flex;
    max-width:1440px;

    padding: 0 var(--hdr-x);

}
.stat{flex:1;text-align:center;border-right:1px solid #f0f0f0;padding:14px 8px}
.stat:last-child{border:none}
.stat strong{display:block;font-size:21px;font-weight:700;color:#1a6b1a}
.stat span{font-size:10px;color:#888;margin-top:2px;display:block}
.page-in{
    /*max-width:1080px;*/
    max-width:1440px;
    margin:0 auto;
    /*padding:24px 24px 60px;*/
    padding: 60px var(--hdr-x);
}
.cat-hdr{margin-bottom:20px}
.cat-lbl{font-size:10px;color:#1a6b1a;font-weight:700;letter-spacing:.6px;margin-bottom:6px;display:flex;align-items:center;gap:6px}
.cat-lbl::before{content:'—';color:#1a6b1a}
.cat-hdr h2{font-size:26px;font-weight:700;color:#111;margin-bottom:4px}
.cat-hdr p{font-size:13px;color:#5a8a5a}
.cat-grid{display:grid;grid-template-columns:230px 1fr;gap:20px;align-items:start}
.fp{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:18px;position:sticky;top:172px}
.fp-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.fp-hdr h3{font-size:14px;font-weight:600;color:#111}
.fp-rst{font-size:13px;color:#1a6b1a;cursor:pointer;background:none;border:none;font-weight:500;font-family:'Inter',sans-serif}
.fp-sec{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}
.fp-sec:last-child{border:none;margin:0;padding:0}
.fp-lbl{font-size:13px;font-weight:600;color:#111;margin-bottom:8px;display:block}
.ck-item{display:flex;align-items:center;gap:8px;padding:3px 0;cursor:pointer;font-size:12px;color:#333}
.ck-item input[type=checkbox]{width:15px;height:15px;accent-color:#1a6b1a;cursor:pointer;flex-shrink:0}
.fp-sec select{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:12px;color:#333;background:#fafafa;font-family:'Inter',sans-serif}
.fp-sec select:focus{outline:none;border-color:#1a6b1a}
.inv-pills{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.inv-pill{padding:6px 8px;border-radius:18px;font-size:11px;border:1px solid #ddd;background:#fff;cursor:pointer;color:#555;text-align:center;transition:all .15s;font-family:'Inter',sans-serif}
.inv-pill:hover{border-color:#1a6b1a;color:#1a6b1a}
.inv-pill.on{background:#1a6b1a;color:#fff;border-color:#1a6b1a}
.inv-pill.wide{grid-column:1/-1}
.toolbar{display:flex;gap:8px;margin-bottom:12px;align-items:center}
.sw{flex:1;position:relative}
.sw input{width:100%;padding:9px 10px 9px 32px;border:1px solid #ddd;border-radius:8px;font-size:12px;color:#111;background:#fff;font-family:'Inter',sans-serif}
.sw input:focus{outline:none;border-color:#1a6b1a}
.sw .si{position:absolute;left:9px;top:50%;transform:translateY(-50%);color:#aaa;font-size:14px}
.sort-row{display:flex;align-items:center;gap:7px;font-size:12px;color:#555;flex-shrink:0}
.sort-row select{padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:12px;color:#333;background:#fff;font-family:'Inter',sans-serif}
.res-cnt{font-size:13px;color:#555;margin-bottom:12px}
.res-cnt b{font-weight:700;color:#1a6b1a}
.cards-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px}
.fcard{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:20px;transition:box-shadow .15s,border-color .15s}
.fcard:hover{box-shadow:0 4px 14px rgba(0,0,0,.08);border-color:#c8e0c8}
.fcard.in-cmp{border:2px solid #1a6b1a}
.fc-brand{position:relative;height:130px;border-radius:10px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#eef5ef,#d8e9d8)}
.fc-brand::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.34) 0%,transparent 55%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.16) 0%,transparent 55%)}
.fc-brand-logo-card{position:relative;z-index:1;background:#fff;border-radius:10px;width:100%;height:100%;box-shadow:0 6px 16px rgba(0,0,0,.12),0 2px 5px rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center}
.fc-brand-logo-card img{width:100%;height:100%;object-fit:contain;display:block;padding:14px}
.fc-brand-text{position:relative;z-index:1;font-size:18px;font-weight:800;letter-spacing:.3px;text-align:center;padding:0 14px;color:#1a1a1a}
.fc-cat{display:inline-block;background:#e8f5e8;color:#1a6b1a;font-size:11px;font-weight:600;padding:3px 10px;border-radius:18px;margin-bottom:10px}
.fcard h3{font-size:16px;font-weight:700;color:#111;margin-bottom:4px}
.fc-desc{font-size:12px;color:#777;line-height:1.5;margin-bottom:13px;min-height:34px}
.fc-m4{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f0f0f0}
.fc-ml{font-size:9px;color:#999;letter-spacing:.4px;font-weight:500;margin-bottom:2px}
.fc-mv{font-size:14px;font-weight:700;color:#111}
.fc-acts{
    display:grid;
    /*grid-template-columns:1fr 1fr;*/
    grid-template-columns:1fr;
    gap:7px
}
.fa-d{
    padding:8px;
    border-radius:7px;
    font-size:12px;
    font-weight:600;
    cursor:pointer;
    text-align:center;
    /*background:#fff;*/
    border:1px solid #ddd;
    /*color:#333;*/
    color: #fff;
    width: 100%;
    font-family:'Inter',sans-serif;
    background:#1a6b1a;
}
.fa-d:hover{
    border-color:#1a6b1a;
    /*color:#1a6b1a;*/
    color: #fff;
}
.fa-c{
    padding:8px;
    border-radius:7px;
    font-size:12px;
    font-weight:600;
    cursor:pointer;
    text-align:center;
    background:#1a6b1a;
    border:none;
    color:#fff;
    /*display:flex;*/
    align-items:center;
    justify-content:center;
    gap:5px;
    font-family:'Inter',sans-serif;
    display:none;
}
.fa-c:hover{background:#156015}
.fa-c.on{background:#e8f5e8;color:#1a6b1a;border:1px solid #1a6b1a}
.cmp-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;z-index:300;padding:11px 24px;box-shadow:0 -4px 16px rgba(0,0,0,.08)}
.cmp-bar.show{display:flex}
.cmp-bar-in{max-width:1080px;margin:0 auto;width:100%;display:flex;align-items:center;gap:12px}
.cmp-bar-lbl{font-size:13px;font-weight:600;color:#555;flex-shrink:0}
.cmp-tags{display:flex;gap:7px;flex:1;flex-wrap:wrap}
.cmp-tag{display:flex;align-items:center;gap:6px;background:#f0f0f0;border-radius:18px;padding:4px 12px;font-size:13px;color:#333;font-weight:500}
.cmp-tag button{background:none;border:none;cursor:pointer;color:#888;font-size:13px;display:flex;align-items:center}
.cmp-clr{background:none;border:none;font-size:13px;color:#888;cursor:pointer;text-decoration:underline;flex-shrink:0;font-family:'Inter',sans-serif}
.cmp-go{background:#1a6b1a;color:#fff;padding:9px 20px;border-radius:8px;border:none;font-size:13px;font-weight:700;cursor:pointer;flex-shrink:0;font-family:'Inter',sans-serif}
.cmp-go:hover{background:#156015}
.cmp-go:disabled{background:#bbb;cursor:not-allowed}
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;align-items:center;justify-content:center;padding:20px}
.overlay.open{display:flex}
.modal{background:#fff;border-radius:14px;position:relative;margin:auto}
.overlay.open > .modal{display:block;position:relative;left:auto;right:auto;top:auto;bottom:auto;height:auto;opacity:1;overflow-y:auto}

.m-det{width:560px;max-width:98vw;max-height:90vh;overflow-y:auto}
.m-cmp{width:820px;max-width:98vw;max-height:90vh;overflow-y:auto}
.m-app{width:540px;max-width:98vw;max-height:90vh;overflow-y:auto}
.mcls{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:50%;background:#f5f5f5;border:none;cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;color:#555;z-index:10}
.mcls:hover{background:#eee}
.det-bd{padding:26px}
.det-brand{position:relative;height:140px;margin:0 0 16px;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef5ef,#d8e9d8)}
.det-brand::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.34) 0%,transparent 55%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.16) 0%,transparent 55%)}
.det-brand-box{position:relative;z-index:1;background:#fff;border-radius:16px;padding:16px 26px;box-shadow:0 10px 24px rgba(0,0,0,.14),0 3px 8px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;max-width:78%}
.det-brand-box img{max-height:56px;max-width:100%;object-fit:contain;display:block}

.det-brand img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;display:block;background:#fff;padding:18px}
.det-brand-text{position:relative;z-index:1;font-size:28px;font-weight:800;color:#1a1a1a;padding:0 20px;text-align:center}
.det-cat{display:inline-block;background:#e8f5e8;color:#1a6b1a;font-size:11px;font-weight:600;padding:3px 10px;border-radius:18px;margin-bottom:12px}
.det-bd h2{font-size:22px;font-weight:700;color:#111;margin-bottom:5px}
.det-desc{font-size:13px;color:#777;line-height:1.6;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #f0f0f0}
.det-m6{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;margin-bottom:18px}
.det-m{padding:12px 14px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
.det-m:nth-child(3n){border-right:none}
.det-m:nth-child(4),.det-m:nth-child(5),.det-m:nth-child(6){border-bottom:none}
.det-ml{font-size:9px;color:#999;letter-spacing:.5px;font-weight:500;margin-bottom:3px}
.det-mv{font-size:20px;font-weight:700;color:#111}
.det-sec{margin-bottom:16px}
.det-sec h4{font-size:13px;font-weight:700;color:#111;margin-bottom:9px}
.det-sec ul{list-style:none}
.det-sec ul li{font-size:12px;color:#444;padding:4px 0;display:flex;align-items:flex-start;gap:8px;border-bottom:.5px solid #f5f5f5;line-height:1.5}
.det-sec ul li:last-child{border:none}
.det-sec ul li::before{content:'';width:6px;height:6px;border-radius:50%;background:#1a6b1a;margin-top:4px;flex-shrink:0}
.det-ft{padding:14px 26px;border-top:1px solid #f0f0f0;display:flex;gap:9px;justify-content:flex-end}
.btn-bk{background:#fff;border:1px solid #ddd;padding:10px 20px;border-radius:8px;font-size:13px;cursor:pointer;color:#333;font-weight:500;font-family:'Inter',sans-serif}
.btn-ap{background:#1a6b1a;color:#fff;padding:10px 20px;border-radius:8px;border:none;font-size:13px;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif}
.btn-ap:hover{background:#156015}
.cmp-hd{padding:22px 26px 14px}
.cmp-hd h2{font-size:20px;font-weight:700;color:#111;margin-bottom:3px}
.cmp-hd p{font-size:12px;color:#888}
.cmp-tbl{width:100%;border-collapse:collapse}
.cmp-tbl th{background:#f5f5f5;font-size:14px;font-weight:700;color:#111;padding:13px 14px;text-align:left;border-bottom:1px solid #eee}
.cmp-tbl th:first-child{background:transparent;width:120px}
.cmp-tbl td{padding:12px 14px;font-size:13px;color:#333;border-bottom:1px solid #f0f0f0;vertical-align:middle}
.cmp-tbl td:first-child{font-size:12px;color:#666;font-weight:500;background:#fafafa}
.cmp-tbl tr:last-child td{border:none;padding-top:14px}
.best{color:#1a6b1a;font-weight:700}
.best-pill{display:inline-flex;align-items:center;background:#1a6b1a;color:#fff;font-size:9px;font-weight:700;padding:2px 7px;border-radius:9px;margin-left:5px}
.app-bd{padding:22px}
.app-bd h2{font-size:18px;font-weight:700;color:#111;margin-bottom:3px}
.app-sub{font-size:12px;color:#888;margin-bottom:14px}
.am-steps{display:flex;margin-bottom:13px;border-radius:7px;overflow:hidden;border:1px solid #eee}
.astep{flex:1;padding:7px;text-align:center;font-size:10px;background:#f8f8f8;border-right:1px solid #eee;color:#999}
.astep:last-child{border:none}
.astep.dn{background:#e8f5e8;color:#1a6b1a;font-weight:700}
.astep.ac{background:#1a6b1a;color:#fff;font-weight:700}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:9px}
.full{grid-column:1/-1}
.fg label{display:block;font-size:11px;font-weight:600;color:#555;margin-bottom:4px}
.fg input,.fg select,.fg textarea{width:100%;padding:9px 11px;border:1px solid #ddd;border-radius:7px;font-size:12px;color:#111;background:#fff;font-family:'Inter',sans-serif}
.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:#1a6b1a}
.fg textarea{height:68px;resize:vertical}
.req{color:#e24b4a}
.app-note{font-size:10px;color:#999;background:#fafafa;border-radius:7px;padding:8px 10px;margin-bottom:11px;display:flex;gap:5px;line-height:1.5}
.app-note i{color:#e8a317;flex-shrink:0;margin-top:1px}
.ck-con{display:flex;gap:7px;align-items:flex-start;font-size:11px;color:#555;cursor:pointer;margin-bottom:8px}
.ck-con input{margin-top:2px;accent-color:#1a6b1a;width:14px;height:14px;flex-shrink:0}
.app-ft{padding:12px 22px;border-top:1px solid #f0f0f0;display:flex;gap:9px;justify-content:flex-end}
.succ{text-align:center;padding:30px 22px}
.succ-ico{width:54px;height:54px;background:#e8f5e8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;color:#1a6b1a;margin:0 auto 12px}
.succ h3{font-size:17px;font-weight:700;margin-bottom:7px}
.succ p{font-size:12px;color:#666;line-height:1.6;margin-bottom:12px}
.succ .ref{font-size:11px;background:#f5f5f5;border-radius:7px;padding:7px 13px;display:inline-block;color:#555;font-weight:700;margin-bottom:14px}
.hiw{background:#fff;border-top:1px solid #e8e8e8;padding:48px 24px 52px}
.hiw-in{max-width:1080px;margin:0 auto}
.hiw-lbl{font-size:10px;color:#1a6b1a;font-weight:700;letter-spacing:.6px;margin-bottom:7px;display:flex;align-items:center;gap:6px}
.hiw-lbl::before{content:'—';color:#1a6b1a}
.hiw h2{font-size:24px;font-weight:700;color:#111;margin-bottom:5px}
.hiw-sub{font-size:13px;color:#666;margin-bottom:36px;line-height:1.6;max-width:580px}
.hiw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-bottom:20px}
.hiw-steps::before{content:'';position:absolute;top:26px;left:calc(12.5% + 18px);right:calc(12.5% + 18px);height:1.5px;background:#ddd;z-index:0}
.hiw-step{text-align:center;padding:0 10px;position:relative;z-index:1}
.hiw-n{width:52px;height:52px;border-radius:12px;background:#1a6b1a;color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 13px;box-shadow:0 4px 12px rgba(26,107,26,.22)}
.hiw-step h4{font-size:13px;font-weight:700;color:#111;margin-bottom:5px}
.hiw-step p{font-size:11px;color:#666;line-height:1.55}


