:root{
  --okeba-green:#006B2E;
  --okeba-deep:#004B23;
  --okeba-leaf:#6AAE3F;
  --okeba-gold:#F2B705;
  --okeba-cream:#F8F6EF;
  --okeba-text:#1F2A24;
  --okeba-muted:#5F6B63;
  --okeba-white:#FFFFFF;
  --okeba-shadow:0 18px 40px rgba(0,45,20,.10);
  --okeba-radius:18px;
}
.okeba-site-shell{font-family:Inter,Arial,sans-serif;color:var(--okeba-text);background:#fff;line-height:1.5;overflow:hidden}.okeba-site-shell *{box-sizing:border-box}.okeba-container{width:min(1180px,92vw);margin-inline:auto}.okeba-header{position:relative;z-index:10;background:#fff;border-bottom:1px solid rgba(0,75,35,.08);box-shadow:0 8px 24px rgba(0,0,0,.04)}.okeba-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:86px}.okeba-logo img{height:56px;width:auto;display:block}.okeba-nav{display:flex;gap:22px;align-items:center}.okeba-nav a{color:var(--okeba-text);text-decoration:none;font-weight:700;font-size:14px}.okeba-nav a:hover{color:var(--okeba-green)}.okeba-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--okeba-green);color:#fff!important;text-decoration:none;border-radius:9px;font-weight:800;padding:14px 22px;border:0;box-shadow:0 8px 18px rgba(0,107,46,.2);transition:.2s}.okeba-btn:hover{transform:translateY(-1px);background:var(--okeba-deep)}.okeba-btn-small{padding:11px 16px;font-size:14px}.okeba-btn-gold{background:var(--okeba-gold);color:#17351f!important}.okeba-btn-gold:hover{background:#e4a900;color:#17351f!important}.okeba-hero{position:relative;background-image:linear-gradient(90deg,rgba(0,45,20,.88) 0%,rgba(0,75,35,.66) 42%,rgba(0,0,0,.10) 100%),var(--okeba-hero);background-size:cover;background-position:center;min-height:560px;display:flex;align-items:center}.okeba-hero-copy{width:min(660px,100%);padding:72px 0 110px}.okeba-hero h1{font-size:clamp(38px,6vw,76px);line-height:.98;color:#fff;letter-spacing:-.05em;margin:0 0 24px;font-weight:900}.okeba-hero p{font-size:18px;color:rgba(255,255,255,.92);max-width:580px;margin:0 0 30px}.okeba-actions{display:flex;gap:14px;flex-wrap:wrap}.okeba-kpis{margin-top:-58px;position:relative;z-index:4}.okeba-kpi-card{background:#fff;border-radius:var(--okeba-radius);box-shadow:var(--okeba-shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(0,75,35,.08)}.okeba-kpi{padding:25px 24px;display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center;border-right:1px solid rgba(0,75,35,.09)}.okeba-kpi:last-child{border-right:0}.okeba-kpi span{grid-row:span 2;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eef7ef;color:var(--okeba-green);font-size:22px}.okeba-kpi strong{font-size:30px;line-height:1;color:var(--okeba-green);font-weight:900}.okeba-kpi small{font-size:13px;color:var(--okeba-text);font-weight:700}.okeba-section{padding:86px 0}.okeba-soft{background:var(--okeba-cream)}.okeba-section-head{text-align:center;max-width:760px;margin:0 auto 36px}.okeba-eyebrow{display:inline-flex;color:var(--okeba-green);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;margin-bottom:10px}.okeba-section h2,.okeba-intro h2,.okeba-story h2,.okeba-cta h2{font-size:clamp(28px,4vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px;color:var(--okeba-deep);font-weight:900}.okeba-section p{font-size:16px;color:var(--okeba-muted);margin:0 0 18px}.okeba-two-col{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.okeba-media-card,.okeba-media-wide,.okeba-story{border-radius:var(--okeba-radius);background:#fff;box-shadow:var(--okeba-shadow);overflow:hidden}.okeba-media-card img,.okeba-story img,.okeba-project-card img,.okeba-team-card img{width:100%;display:block;object-fit:cover}.okeba-media-card img{height:360px}.okeba-link{color:var(--okeba-green);font-weight:900;text-decoration:none}.okeba-card-grid{display:grid;gap:22px}.okeba-grid-4{grid-template-columns:repeat(4,1fr)}.okeba-grid-3{grid-template-columns:repeat(3,1fr)}.okeba-icon-card{background:#fff;padding:30px 24px;border-radius:var(--okeba-radius);box-shadow:0 12px 30px rgba(0,45,20,.07);border:1px solid rgba(0,75,35,.08)}.okeba-icon{width:54px;height:54px;border-radius:16px;background:#eef7ef;color:var(--okeba-green);display:grid;place-items:center;font-size:22px;margin-bottom:18px}.okeba-icon-card h3,.okeba-project-card h3,.okeba-team-card h3{font-size:20px;line-height:1.2;margin:0 0 10px;color:var(--okeba-deep);font-weight:900}.okeba-project-card{background:#fff;border-radius:var(--okeba-radius);overflow:hidden;box-shadow:0 14px 32px rgba(0,45,20,.08);border:1px solid rgba(0,75,35,.08)}.okeba-project-card img{height:220px}.okeba-project-card div{padding:24px}.okeba-project-card a{color:var(--okeba-green);font-weight:900;text-decoration:none}.okeba-story{display:grid;grid-template-columns:1.1fr .9fr;align-items:stretch}.okeba-story>div{padding:52px}.okeba-story img{height:100%}.okeba-media-wide{display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.okeba-media-wide img{height:360px;width:100%;object-fit:cover}.okeba-media-wide div{padding:36px}.okeba-team-card{text-align:center;background:#fff;border-radius:var(--okeba-radius);box-shadow:0 12px 30px rgba(0,45,20,.07);overflow:hidden}.okeba-team-card img{height:230px}.okeba-team-card h3{padding:20px 18px 2px;margin:0}.okeba-team-card p{padding:0 18px 22px;margin:0;color:var(--okeba-muted)}.okeba-partner-strip{background:#fff;border:1px solid rgba(0,75,35,.08);box-shadow:var(--okeba-shadow);border-radius:var(--okeba-radius);padding:22px 28px;display:flex;align-items:center;gap:26px}.okeba-partner-strip span{font-weight:900;color:var(--okeba-deep);white-space:nowrap}.okeba-partners{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.okeba-partners strong{background:#f1f6ed;color:var(--okeba-green);border-radius:10px;padding:10px 16px;font-size:15px}.okeba-partners img{height:48px;width:auto;object-fit:contain}.okeba-cta{background:linear-gradient(135deg,var(--okeba-deep),var(--okeba-green));color:#fff}.okeba-cta .okeba-container{display:flex;align-items:center;justify-content:space-between;gap:28px}.okeba-cta h2,.okeba-cta p,.okeba-cta .okeba-eyebrow{color:#fff}.okeba-footer{background:var(--okeba-deep);color:#fff;padding:70px 0 24px}.okeba-footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1.1fr 1fr;gap:34px}.okeba-footer-logo{height:54px;width:auto;margin-bottom:16px;filter:brightness(0) invert(1)}.okeba-footer h3{margin:0 0 16px;color:#fff;font-size:18px}.okeba-footer a{display:block;color:rgba(255,255,255,.82);text-decoration:none;margin:8px 0}.okeba-footer p{color:rgba(255,255,255,.78);font-size:14px;margin:0}.okeba-footer input{width:100%;border:0;border-radius:8px;padding:12px;margin:10px 0}.okeba-footer button{width:100%;border:0;border-radius:8px;background:var(--okeba-gold);color:#17351f;font-weight:900;padding:12px}.okeba-footer-bottom{text-align:center;color:rgba(255,255,255,.65);font-size:13px;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}
@media(max-width:900px){.okeba-nav{display:none}.okeba-header-inner{min-height:74px}.okeba-logo img{height:48px}.okeba-hero{min-height:520px}.okeba-kpi-card,.okeba-grid-4,.okeba-grid-3,.okeba-two-col,.okeba-story,.okeba-media-wide,.okeba-footer-grid{grid-template-columns:1fr}.okeba-kpi{border-right:0;border-bottom:1px solid rgba(0,75,35,.09)}.okeba-kpi:last-child{border-bottom:0}.okeba-section{padding:64px 0}.okeba-cta .okeba-container,.okeba-partner-strip{display:block}.okeba-partners{margin-top:16px}.okeba-story>div{padding:34px}.okeba-story img,.okeba-media-card img{height:auto}.okeba-footer-grid{gap:26px}.okeba-hero h1{font-size:42px}}
