:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#12211b;background:#f5f7f5;line-height:1.5;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{text-decoration:none;color:inherit}.topbar{height:70px;background:#fff;border-bottom:1px solid #e5ebe7;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,70px);position:sticky;top:0;z-index:5}.topbar nav{display:flex;gap:22px;align-items:center}.topbar nav a{font-size:14px;color:#52635a}.topbar nav a.active{color:#0e6b49;font-weight:700}.brand{font-weight:900;letter-spacing:.03em;color:#0e6b49}.page{max-width:1180px;margin:0 auto;padding:38px 24px 72px}.hero,.lpHero{max-width:1180px;margin:30px auto;padding:72px 48px;border-radius:28px;background:linear-gradient(135deg,#e9f8f0,#fff);border:1px solid #dbece3}.hero.two,.lpHero{display:grid;grid-template-columns:1.4fr .8fr;gap:36px;align-items:center}.lpHero h1,.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.05;margin:14px 0}.muted{color:#65746d}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e7f6ee;color:#0e6b49;font-size:12px;font-weight:800}.btn{border:0;border-radius:12px;background:#0e6b49;color:#fff;padding:12px 16px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn.secondary{background:#fff;color:#0e6b49;border:1px solid #cfe4d9}.btn.full{width:100%}.row{display:flex;gap:10px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid.products{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.twoCols{grid-template-columns:1fr 1fr;margin-top:16px}.card{background:#fff;border:1px solid #e1e8e4;border-radius:18px;padding:22px;box-shadow:0 8px 30px #1d432f0a}.clickable:hover{border-color:#a7cbb9}.kpi{font-size:32px;font-weight:900;margin:10px 0}.kpi.small{font-size:22px}.productVisual{min-height:130px;border-radius:14px;background:#edf3ef;display:grid;place-items:center;font-size:34px;font-weight:900;color:#86a496;margin-bottom:16px;overflow:hidden}.productVisual.large{min-height:300px}.productVisual img{width:100%;height:100%;object-fit:cover}.pageTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.checkoutGrid{display:grid;grid-template-columns:1.8fr .8fr;gap:18px;align-items:start}.summary{position:sticky;top:90px}.summaryRow{display:flex;justify-content:space-between;gap:20px;margin:10px 0}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #edf0ee;text-align:left}.qty{width:70px}.authCard{max-width:520px;margin:30px auto;background:#fff;border:1px solid #e1e8e4;border-radius:24px;padding:32px}.authCard.center{text-align:center}.authCard form{display:grid;gap:14px}.authCard label,.formGrid label{display:grid;gap:6px;font-weight:700;font-size:14px}input,textarea,select{width:100%;border:1px solid #ccd8d1;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}textarea{min-height:90px}.check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.check input{width:auto}.error{color:#b42318}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fullCol{grid-column:1/-1}.upload{display:inline-flex;background:#0e6b49;color:#fff;padding:12px 16px;border-radius:12px;font-weight:800;cursor:pointer}.upload input{display:none}.narrow{max-width:650px}.appShell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.appShell aside{background:#11231c;color:#fff;padding:26px 18px;display:flex;flex-direction:column;gap:8px}.appShell aside .brand{color:#fff;margin-bottom:18px}.appShell aside a,.appShell aside .linkButton{padding:10px 12px;border-radius:10px;color:#c9d7d0;text-align:left}.appShell aside a.active{background:#1c3b2f;color:#fff}.content{min-width:0}.linkButton{background:none;border:0;font:inherit;cursor:pointer}.linkButton.danger{color:#b42318}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.tabs button{border:1px solid #d9e2dd;background:#fff;padding:9px 12px;border-radius:10px;cursor:pointer}.tabs button.active{background:#0e6b49;color:#fff;border-color:#0e6b49}.progress{height:10px;border-radius:999px;background:#e8eee9;overflow:hidden}.progress span{display:block;height:100%;background:#0e6b49}.kit{display:flex;gap:8px;flex-wrap:wrap}footer{text-align:center;padding:30px;color:#7d8c84}@media(max-width:800px){.topbar{height:auto;align-items:flex-start;padding:16px;gap:14px}.topbar nav{gap:12px;flex-wrap:wrap}.hero.two,.lpHero,.checkoutGrid,.grid,.grid.products,.grid.kpis,.grid.twoCols{grid-template-columns:1fr}.hero,.lpHero{margin:16px;padding:36px 22px}.appShell{grid-template-columns:1fr}.appShell aside{position:static;flex-direction:row;overflow:auto;white-space:nowrap}.formGrid{grid-template-columns:1fr}.page{padding:26px 16px}.summary{position:static}}.stack{display:grid;gap:16px}.sectionGap{margin-top:16px}.checkoutItem{display:grid;grid-template-columns:1fr auto auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #edf0ee}.tableWrap{overflow:auto}.tiny{font-size:12px}.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.successBox{background:#e8f7ef;color:#0e6b49;border:1px solid #bfe2cf;padding:12px 14px;border-radius:12px}.successText{color:#0e6b49;font-weight:700}.centerText{text-align:center}.timeline{display:grid;gap:10px}.timeline>div{padding:12px 14px;border-radius:10px;background:#edf0ee;color:#718078}.timeline>div.done{background:#e7f6ee;color:#0e6b49;font-weight:800}.lpSections{display:grid;gap:56px}.lpSections h2{font-size:clamp(26px,4vw,40px);margin:10px 0 20px}.finalCta{padding:44px;border-radius:24px;background:#11231c;color:#fff;text-align:center}.cleanList{display:grid;gap:12px;padding-left:20px}.faq{margin:10px 0}.faq summary{cursor:pointer;font-weight:800}.stepNo{width:36px;height:36px;border-radius:50%;background:#0e6b49;color:#fff;display:grid;place-items:center;font-weight:900}.steps{display:grid;gap:10px;font-size:18px}.page.inner{padding-top:0}.leaderRow{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:11px 0;border-bottom:1px solid #edf0ee}.leaderRow.me{background:#f0faf5;margin:0 -12px;padding:11px 12px;border-radius:10px}.codeArea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;min-height:140px}.jsonRow{white-space:pre-wrap;word-break:break-word;border-bottom:1px solid #edf0ee;padding:8px 0}.full{width:100%}@media(max-width:800px){.checkoutItem{grid-template-columns:1fr auto}.checkoutItem strong:last-of-type{grid-column:1/2}.table{min-width:720px}}
