:root{--green:#16845f;--green-dark:#0b5f49;--green-light:#e1f5ee;--text:#1a1a18;--muted:#64645e;--hint:#8d8d86;--bg:#fff;--surface:#f7f7f5;--border:rgba(0,0,0,.1);--border-strong:rgba(0,0,0,.2);--focus:#0b6bcb;--radius-sm:6px;--radius-md:8px;--font-body:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"DM Mono",ui-monospace,SFMono-Regular,Consolas,monospace}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font:400 15px/1.65 var(--font-body);-webkit-font-smoothing:antialiased}a{color:var(--green-dark)}img{display:block;max-width:100%;height:auto}code,pre{font-family:var(--font-mono)}pre{overflow-x:auto;margin:18px 0 0;padding:16px;border:1px solid var(--border);border-radius:var(--radius-md);background:#20231f;color:#f5f5ef;font-size:13px;line-height:1.55}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{position:absolute;left:16px;top:12px;z-index:200;transform:translateY(-180%);border-radius:var(--radius-sm);background:var(--text);color:#fff;padding:9px 12px}.skip-link:focus{transform:none}.container{width:min(100% - 40px,960px);margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{width:190px}.nav-links{display:flex;align-items:center;gap:22px}.nav-links a{color:var(--muted);font-size:14px;text-decoration:none}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text)}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:1px solid transparent;border-radius:var(--radius-md);padding:9px 16px;font:500 13px/1.2 var(--font-body);text-decoration:none;cursor:pointer}.button-primary{background:var(--green-dark);color:#fff}.button-primary:hover{background:#084837;color:#fff}.hero,.page-hero{padding:72px 0 50px;border-bottom:1px solid var(--border)}.hero h1,.page-hero h1{max-width:760px;margin:0;font-size:clamp(32px,5vw,48px);font-weight:500;line-height:1.1}.hero h1 span{color:var(--green)}.hero p{max-width:680px;margin:18px 0 0;color:var(--muted);font-size:17px}.eyebrow,.section-label{margin:0 0 8px;color:var(--green-dark);font:500 11px/1.2 var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.content{padding:50px 0}.content article{max-width:760px}.front-content article{max-width:none}.content h2{margin:34px 0 12px;font-size:24px;font-weight:500;line-height:1.25}.content h3{margin:24px 0 8px;font-size:18px;font-weight:500}.content p{margin:0 0 15px}.content dl{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:6px 18px;margin:0 0 28px}.content dt{font-weight:500}.content dd{margin:0;color:var(--muted)}.about-details{margin-top:42px;padding-top:50px;border-top:1px solid var(--border)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.about-details h2{margin:0 0 14px;font-size:22px;font-weight:500}.about-details p{color:var(--muted)}.about-link{font-size:13px;color:var(--green-dark);font-weight:500;text-decoration:none}.about-link:hover{text-decoration:underline}.stats{display:flex;flex-direction:column;gap:10px}.stat-row{display:flex;align-items:center;gap:10px;padding:11px 14px;background:var(--surface);border-radius:var(--radius-md);font-size:13px;color:var(--muted)}.stat-row svg{width:17px;height:17px;stroke:var(--green);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.services{margin-top:42px;padding-top:50px;border-top:1px solid var(--border)}.services h2{margin:0 0 28px;font-size:22px;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.service-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:20px;transition:border-color .15s}.service-card:hover{border-color:var(--border-strong)}.service-icon{width:36px;height:36px;background:var(--green-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.service-icon svg{width:18px;height:18px;stroke:var(--green-dark);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service-card h3{margin:0 0 7px;font-size:14px;font-weight:500}.service-card p{margin:0;color:var(--muted)}.blog-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.blog-card{display:block;min-height:190px;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:20px;text-decoration:none}.blog-card:hover{border-color:var(--border-strong)}.blog-card time,.post-meta{display:block;margin-bottom:10px;color:var(--hint);font-size:13px}.blog-card h2{margin:0 0 10px;font-size:20px}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:0}.footer-main{padding:32px 0 0;display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap}.footer-brand{flex:1;min-width:200px}.footer-logo{display:inline-flex;align-items:center;margin-bottom:10px}.footer-logo img{width:170px}.footer-brand p{font-size:12px;color:var(--muted);line-height:1.7;margin:0}.footer-brand a{color:var(--muted);text-decoration:none}.footer-brand a:hover{color:var(--text)}.footer-col{flex:1;min-width:150px}.footer-partners{flex:2;min-width:220px}.footer-col-title{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--hint);font-weight:500;font-family:var(--font-mono);margin:0 0 12px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-links svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.partner-cards{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.partner-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:9px 14px;background:var(--surface);display:flex;align-items:center;justify-content:center;min-height:48px}.partner-card img{height:28px;width:auto}.partner-card-imgonly img{height:4em}.footer-bottom{margin-top:24px;border-top:1px solid var(--border);padding:12px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.footer-bottom span,.footer-bottom a{font-size:11px;color:var(--hint)}.footer-bottom a{text-decoration:none}.footer-bottom a:hover{color:var(--muted)}@media (max-width:760px){.container{width:min(100% - 32px,960px)}.nav{min-height:64px}.brand img{width:150px}.nav-links{gap:10px}.nav-links a:not(.button){display:none}.hero,.page-hero{padding:50px 0 38px}.content{padding:38px 0}.about-grid{grid-template-columns:1fr;gap:28px}.blog-list{grid-template-columns:1fr}.content dl{grid-template-columns:1fr}.footer-main{gap:28px}.footer-bottom{align-items:flex-start;flex-direction:column}}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:36px}.info-card,.invoice-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);padding:20px}.info-card p,.invoice-card p{margin:0}.info-card p+p,.invoice-card p+p{margin-top:8px}.info-label{color:var(--hint);font:500 11px/1.2 var(--font-mono);letter-spacing:.07em;text-transform:uppercase}.info-card a,.invoice-card a:not(.button){font-weight:500;text-decoration:none}.info-card a:hover,.invoice-card a:not(.button):hover{text-decoration:underline}.invoice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.invoice-card{background:var(--surface)}.invoice-card h3{margin:0 0 8px;font-size:18px;font-weight:500}.fact-list{display:grid;gap:8px;margin-top:18px}.fact-list div{display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:var(--radius-md);background:var(--bg);padding:10px 12px}.fact-list span{color:var(--muted);font-size:13px}.fact-list strong{font-size:13px;font-weight:500;color:var(--text);word-break:break-word;text-align:right}@media (max-width:760px){.info-grid,.invoice-grid{grid-template-columns:1fr}.fact-list div{align-items:flex-start;flex-direction:column;gap:3px}.fact-list strong{text-align:left}}
.nav-links .button-primary{background:#0b5f49;color:#fff;border-color:#0b5f49}.nav-links .button-primary:visited{color:#fff}.nav-links .button-primary:hover{background:#084837;border-color:#084837;color:#fff;text-decoration:none}.nav-links .button-primary:focus-visible{outline:3px solid #0b6bcb;outline-offset:3px;box-shadow:0 0 0 6px rgba(11,107,203,.16)}
.footer-link-logo{width:15px;height:15px;object-fit:contain;flex-shrink:0}
.services-ingress{max-width:680px;margin:-14px 0 24px;color:var(--muted);font-size:15px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{text-decoration:none;color:var(--text)}.service-card:visited{color:var(--text)}.service-card p{color:var(--muted)}@media (max-width:760px){.services-grid{grid-template-columns:1fr}.services-ingress{margin-top:-10px}}
.service-list{display:grid;gap:34px;margin-top:28px}.service-detail h2{margin-top:0}
.service-card-header,.service-detail-header{display:flex;align-items:center;gap:12px}.service-card-header{margin-bottom:12px}.service-card-header .service-icon,.service-detail-header .service-icon{margin-bottom:0;flex-shrink:0}.service-card-header h3,.service-detail-header h2{margin:0}.service-detail-header{margin-bottom:14px}
.service-detail{scroll-margin-top:96px}
.service-card h3{font-size:16px}.service-detail-header h2{font-size:22px;line-height:1.25}
